Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSmallPtrSet.h50 class SmallPtrSetImplBase : public DebugEpochBase {
70 SmallPtrSetImplBase(const void **SmallStorage,
71 const SmallPtrSetImplBase &that);
72 SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize,
73 SmallPtrSetImplBase &&that);
75 explicit SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize) in SmallPtrSetImplBase() function
82 ~SmallPtrSetImplBase() { in ~SmallPtrSetImplBase()
90 SmallPtrSetImplBase &operator=(const SmallPtrSetImplBase &) = delete;
208 void swap(SmallPtrSetImplBase &RHS);
210 void CopyFrom(const SmallPtrSetImplBase &RHS);
[all …]