Searched defs:FoldingSetImpl (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DFoldingSet.cpp29 /// used to lookup the node in the FoldingSetImpl.
145 /// lookup the node in the FoldingSetImpl.
183 /// Helper functions for FoldingSetImpl.
191 static FoldingSetImpl::Node *GetNextPtr(void *NextInBucketPtr) {
196 return static_cast<FoldingSetImpl::Node*>(NextInBucketPtr);
224 // FoldingSetImpl Implementation
226 void FoldingSetImpl::anchor() {}
228 FoldingSetImpl::FoldingSetImpl(unsigned Log2InitSize) { function in class:FoldingSetImpl
236 FoldingSetImpl function in class:FoldingSetImpl
[all...]
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h40 /// call one of the Add* functions defined in the FoldingSetImpl::NodeID class.
103 /// FoldingSetImpl - Implements the folding set functionality. The main
109 class FoldingSetImpl { class in namespace:llvm
125 explicit FoldingSetImpl(unsigned Log2InitSize = 6);
126 FoldingSetImpl(FoldingSetImpl &&Arg);
127 FoldingSetImpl &operator=(FoldingSetImpl &&RHS);
128 ~FoldingSetImpl();
276 /// used to lookup the node in the FoldingSetImpl
[all...]

Completed in 9242 milliseconds