|
LLVM
8.0.1
|
#include "llvm/ADT/ilist_node.h"#include "llvm/ADT/iterator.h"#include "llvm/ADT/simple_ilist.h"#include "llvm/Support/Allocator.h"#include <algorithm>#include <cassert>#include <cstddef>#include <iterator>#include <type_traits>#include <utility>

Go to the source code of this file.
Classes | |
| class | llvm::AllocatorList< T, AllocatorT > |
| A linked-list with a custom, local allocator. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Typedefs | |
| template<class T > | |
| using | llvm::BumpPtrList = AllocatorList< T, BumpPtrAllocator > |
1.8.13