Searched defs:SmallPtrSetImpl (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DSmallPtrSet.cpp23 void SmallPtrSetImpl::shrink_and_clear() {
41 bool SmallPtrSetImpl::insert_imp(const void * Ptr) {
78 bool SmallPtrSetImpl::erase_imp(const void * Ptr) {
105 const void * const *SmallPtrSetImpl::FindBucketFor(const void *Ptr) const {
134 void SmallPtrSetImpl::Grow(unsigned NewSize) {
174 SmallPtrSetImpl::SmallPtrSetImpl(const void **SmallStorage,
175 const SmallPtrSetImpl& that) {
199 void SmallPtrSetImpl::CopyFrom(const SmallPtrSetImpl
[all...]
/external/llvm/include/llvm/ADT/
H A DSmallPtrSet.h11 // SmallPtrSetImpl for more details on the algorithm used.
29 /// SmallPtrSetImpl - This is the common code shared among all the
47 class SmallPtrSetImpl { class in namespace:llvm
65 SmallPtrSetImpl(const void **SmallStorage, const SmallPtrSetImpl& that);
66 explicit SmallPtrSetImpl(const void **SmallStorage, unsigned SmallSize) : function in class:llvm::SmallPtrSetImpl
75 ~SmallPtrSetImpl();
135 void operator=(const SmallPtrSetImpl &RHS); // DO NOT IMPLEMENT.
139 void swap(SmallPtrSetImpl &RHS);
141 void CopyFrom(const SmallPtrSetImpl
[all...]

Completed in 94 milliseconds