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::doFind(const void *Ptr) const { in doFind()
83 const void *const *SmallPtrSetImplBase::FindBucketFor(const void *Ptr) const { in FindBucketFor()
112 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
140 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase
141 const SmallPtrSetImplBase &that) { in SmallPtrSetImplBase()
155 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase
158 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
162 void SmallPtrSetImplBase::copyFrom(const void **SmallStorage, in copyFrom()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h55 class SmallPtrSetImplBase : public DebugEpochBase {
74 LLVM_ABI SmallPtrSetImplBase(const void **SmallStorage,
75 const SmallPtrSetImplBase &that);
76 LLVM_ABI SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize,
78 SmallPtrSetImplBase &&that);
80 explicit SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize) in SmallPtrSetImplBase() function
87 ~SmallPtrSetImplBase() { in ~SmallPtrSetImplBase()
95 SmallPtrSetImplBase &operator=(const SmallPtrSetImplBase &) = delete;
253 SmallPtrSetImplBase &RHS);
256 const SmallPtrSetImplBase &RHS);
[all …]