Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DSmallPtrSet.cpp23 void SmallPtrSetImplBase::shrink_and_clear() { in shrink_and_clear()
39 SmallPtrSetImplBase::insert_imp_big(const void *Ptr) { in insert_imp_big()
63 bool SmallPtrSetImplBase::erase_imp(const void * Ptr) { in erase_imp()
88 const void * const *SmallPtrSetImplBase::FindBucketFor(const void *Ptr) const { in FindBucketFor()
117 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
142 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase
143 const SmallPtrSetImplBase &that) { in SmallPtrSetImplBase()
159 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase
161 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
166 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom()
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSmallPtrSet.cpp24 void SmallPtrSetImplBase::shrink_and_clear() { in shrink_and_clear()
40 SmallPtrSetImplBase::insert_imp_big(const void *Ptr) { in insert_imp_big()
64 bool SmallPtrSetImplBase::erase_imp(const void * Ptr) { in erase_imp()
89 const void * const *SmallPtrSetImplBase::FindBucketFor(const void *Ptr) const { in FindBucketFor()
118 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
143 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase
144 const SmallPtrSetImplBase &that) { in SmallPtrSetImplBase()
160 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase
162 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
167 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DSmallPtrSet.cpp25 void SmallPtrSetImplBase::shrink_and_clear() { in shrink_and_clear()
41 SmallPtrSetImplBase::insert_imp_big(const void *Ptr) { in insert_imp_big()
66 const void * const *SmallPtrSetImplBase::FindBucketFor(const void *Ptr) const { in FindBucketFor()
95 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
122 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase
123 const SmallPtrSetImplBase &that) { in SmallPtrSetImplBase()
138 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase
140 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
145 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom()
171 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallPtrSet.h56 class SmallPtrSetImplBase {
76 SmallPtrSetImplBase(const void **SmallStorage,
77 const SmallPtrSetImplBase &that);
78 SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize,
79 SmallPtrSetImplBase &&that);
81 explicit SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize) in SmallPtrSetImplBase() function
88 ~SmallPtrSetImplBase() { in ~SmallPtrSetImplBase()
96 SmallPtrSetImplBase &operator=(const SmallPtrSetImplBase &) = delete;
195 void swap(SmallPtrSetImplBase &RHS);
197 void CopyFrom(const SmallPtrSetImplBase &RHS);
[all …]
/external/llvm/include/llvm/ADT/
DSmallPtrSet.h50 class SmallPtrSetImplBase {
70 SmallPtrSetImplBase(const void **SmallStorage,
71 const SmallPtrSetImplBase &that);
72 SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize,
73 SmallPtrSetImplBase &&that);
74 explicit SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize) in SmallPtrSetImplBase() function
80 ~SmallPtrSetImplBase() { in ~SmallPtrSetImplBase()
180 void operator=(const SmallPtrSetImplBase &RHS) = delete;
185 void swap(SmallPtrSetImplBase &RHS);
187 void CopyFrom(const SmallPtrSetImplBase &RHS);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
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 …]