LLVM  8.0.1
Classes | Namespaces | Typedefs
AllocatorList.h File Reference
#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>
Include dependency graph for AllocatorList.h:
This graph shows which files directly or indirectly include this file:

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 >