LLVM  8.0.1
Classes | Namespaces | Macros
ImmutableSet.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/iterator.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <cstdint>
#include <functional>
#include <iterator>
#include <new>
#include <vector>
Include dependency graph for ImmutableSet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::ImutAVLFactory< ImutInfo >
 
class  llvm::ImutIntervalAVLFactory< ImutInfo >
 
class  llvm::ImutAVLTreeInOrderIterator< ImutInfo >
 
class  llvm::ImutAVLTreeGenericIterator< ImutInfo >
 
class  llvm::ImutAVLTree< ImutInfo >
 
class  llvm::ImutAVLFactory< ImutInfo >
 
class  llvm::ImutAVLTreeGenericIterator< ImutInfo >
 
class  llvm::ImutAVLTreeInOrderIterator< ImutInfo >
 
struct  llvm::ImutAVLValueIterator< T >
 Generic iterator that wraps a T::TreeTy::iterator and exposes iterator::getValue() on dereference. More...
 
struct  llvm::ImutProfileInfo< T >
 Generic profile template. More...
 
struct  llvm::ImutProfileInteger< T >
 Profile traits for integers. More...
 
struct  llvm::ImutProfileInfo< bool >
 Profile traits for booleans. More...
 
struct  llvm::ImutProfileInfo< T * >
 Generic profile trait for pointer types. More...
 
struct  llvm::ImutContainerInfo< T >
 ImutContainerInfo - Generic definition of comparison operations for elements of immutable containers that defaults to using std::equal_to<> and std::less<> to perform comparison of elements. More...
 
struct  llvm::ImutContainerInfo< T * >
 ImutContainerInfo - Specialization for pointer values to treat pointers as references to unique objects. More...
 
class  llvm::ImmutableSet< ValT, ValInfo >
 
class  llvm::ImmutableSet< ValT, ValInfo >::Factory
 
class  llvm::ImmutableSetRef< ValT, ValInfo >
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Macros

#define PROFILE_INTEGER_INFO(X)   template<> struct ImutProfileInfo<X> : ImutProfileInteger<X> {};
 

Macro Definition Documentation

◆ PROFILE_INTEGER_INFO

#define PROFILE_INTEGER_INFO (   X)    template<> struct ImutProfileInfo<X> : ImutProfileInteger<X> {};

Definition at line 860 of file ImmutableSet.h.