HomeSort by relevance Sort by last modified time
    Searched defs:SmallPtrSetImplBase (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
SmallPtrSet.cpp 23 void SmallPtrSetImplBase::shrink_and_clear() {
37 bool SmallPtrSetImplBase::insert_imp(const void * Ptr) {
74 bool SmallPtrSetImplBase::erase_imp(const void * Ptr) {
101 const void * const *SmallPtrSetImplBase::FindBucketFor(const void *Ptr) const {
130 void SmallPtrSetImplBase::Grow(unsigned NewSize) {
166 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage,
167 const SmallPtrSetImplBase& that) {
189 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage
    [all...]
  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 11 // SmallPtrSetImplBase for more details on the algorithm used.
30 /// SmallPtrSetImplBase - This is the common code shared among all the
48 class SmallPtrSetImplBase {
64 SmallPtrSetImplBase(const void **SmallStorage, const SmallPtrSetImplBase &that);
65 SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize,
66 SmallPtrSetImplBase &&that);
67 explicit SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize) :
73 ~SmallPtrSetImplBase();
134 void operator=(const SmallPtrSetImplBase &RHS) LLVM_DELETED_FUNCTION
    [all...]

Completed in 359 milliseconds