HomeSort by: relevance | last modified time | path
    Searched refs:SmallPtrSetImplBase (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
SmallPtrSet.cpp 24 void SmallPtrSetImplBase::shrink_and_clear() {
40 SmallPtrSetImplBase::insert_imp_big(const void *Ptr) {
65 const void * const *SmallPtrSetImplBase::FindBucketFor(const void *Ptr) const {
94 void SmallPtrSetImplBase::Grow(unsigned NewSize) {
121 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage,
122 const SmallPtrSetImplBase &that) {
137 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage,
139 SmallPtrSetImplBase &&that)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SmallPtrSet.h 10 // SmallPtrSetImplBase for more details on the algorithm used.
31 /// SmallPtrSetImplBase - This is the common code shared among all the
49 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)
81 ~SmallPtrSetImplBase() {
89 SmallPtrSetImplBase &operator=(const SmallPtrSetImplBase &) = delete
    [all...]

Completed in 24 milliseconds