LLVM  8.0.1
Classes | Namespaces
ImmutableList.h File Reference
#include "llvm/ADT/FoldingSet.h"
#include "llvm/Support/Allocator.h"
#include <cassert>
#include <cstdint>
#include <new>
Include dependency graph for ImmutableList.h:

Go to the source code of this file.

Classes

class  llvm::ImmutableListFactory< T >
 
class  llvm::ImmutableListImpl< T >
 
class  llvm::ImmutableList< T >
 ImmutableList - This class represents an immutable (functional) list. More...
 
class  llvm::ImmutableList< T >::iterator
 
class  llvm::ImmutableListFactory< T >
 
struct  llvm::DenseMapInfo< T >
 
struct  llvm::DenseMapInfo< ImmutableList< T > >
 
struct  llvm::isPodLike< T >
 isPodLike - This is a type trait that is used to determine whether a given type can be copied around with memcpy instead of running ctors etc. More...
 
struct  llvm::isPodLike< ImmutableList< T > >
 

Namespaces

 llvm
 This class represents lattice values for constants.