HomeSort by relevance Sort by last modified time
    Searched refs:FoldingSetImpl (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
FoldingSet.cpp 29 /// used to lookup the node in the FoldingSetImpl.
144 /// lookup the node in the FoldingSetImpl.
182 /// Helper functions for FoldingSetImpl.
190 static FoldingSetImpl::Node *GetNextPtr(void *NextInBucketPtr) {
195 return static_cast<FoldingSetImpl::Node*>(NextInBucketPtr);
223 // FoldingSetImpl Implementation
225 FoldingSetImpl::FoldingSetImpl(unsigned Log2InitSize) {
232 FoldingSetImpl::~FoldingSetImpl() {
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 42 /// call one of the Add* functions defined in the FoldingSetImpl::NodeID class.
105 /// FoldingSetImpl - Implements the folding set functionality. The main
111 class FoldingSetImpl {
126 explicit FoldingSetImpl(unsigned Log2InitSize = 6);
127 virtual ~FoldingSetImpl();
276 /// used to lookup the node in the FoldingSetImpl.
328 /// to lookup the node in the FoldingSetImpl.
351 typedef FoldingSetImpl::Node FoldingSetNode;
395 template<class T> class FoldingSet : public FoldingSetImpl {
419 : FoldingSetImpl(Log2InitSize
    [all...]

Completed in 92 milliseconds