Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h51 class SmallPtrSetImplBase : public DebugEpochBase {
71 SmallPtrSetImplBase(const void **SmallStorage,
72 const SmallPtrSetImplBase &that);
73 SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize,
74 SmallPtrSetImplBase &&that);
76 explicit SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize) in SmallPtrSetImplBase() function
83 ~SmallPtrSetImplBase() { in ~SmallPtrSetImplBase()
91 SmallPtrSetImplBase &operator=(const SmallPtrSetImplBase &) = delete;
211 void swap(SmallPtrSetImplBase &RHS);
213 void CopyFrom(const SmallPtrSetImplBase &RHS);
[all …]