Home
last modified time | relevance | path

Searched refs:SmallPtrSetImplBase (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSmallPtrSet.cpp24 void SmallPtrSetImplBase::shrink_and_clear() { in shrink_and_clear()
40 SmallPtrSetImplBase::insert_imp_big(const void *Ptr) { in insert_imp_big()
65 const void * const *SmallPtrSetImplBase::FindBucketFor(const void *Ptr) const { in FindBucketFor()
94 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
121 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase
122 const SmallPtrSetImplBase &that) { in SmallPtrSetImplBase()
137 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase
139 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
144 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom()
170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallPtrSet.h49 class SmallPtrSetImplBase : public DebugEpochBase {
69 SmallPtrSetImplBase(const void **SmallStorage,
70 const SmallPtrSetImplBase &that);
71 SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize,
72 SmallPtrSetImplBase &&that);
74 explicit SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize) in SmallPtrSetImplBase() function
81 ~SmallPtrSetImplBase() { in ~SmallPtrSetImplBase()
89 SmallPtrSetImplBase &operator=(const SmallPtrSetImplBase &) = delete;
207 void swap(SmallPtrSetImplBase &RHS);
209 void CopyFrom(const SmallPtrSetImplBase &RHS);
[all …]