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

/external/llvm/lib/Support/
H A DSmallPtrSet.cpp23 void SmallPtrSetImpl::shrink_and_clear() {
37 bool SmallPtrSetImpl::insert_imp(const void * Ptr) {
74 bool SmallPtrSetImpl::erase_imp(const void * Ptr) {
101 const void * const *SmallPtrSetImpl::FindBucketFor(const void *Ptr) const {
130 void SmallPtrSetImpl::Grow(unsigned NewSize) {
166 SmallPtrSetImpl::SmallPtrSetImpl(const void **SmallStorage,
167 const SmallPtrSetImpl& that) {
191 void SmallPtrSetImpl::CopyFrom(const SmallPtrSetImpl
[all...]
/external/llvm/include/llvm/ADT/
H A DSmallPtrSet.h11 // SmallPtrSetImpl for more details on the algorithm used.
30 /// SmallPtrSetImpl - This is the common code shared among all the
48 class SmallPtrSetImpl { class in namespace:llvm
64 SmallPtrSetImpl(const void **SmallStorage, const SmallPtrSetImpl& that);
65 explicit SmallPtrSetImpl(const void **SmallStorage, unsigned SmallSize) : function in class:llvm::SmallPtrSetImpl
71 ~SmallPtrSetImpl();
131 void operator=(const SmallPtrSetImpl &RHS) LLVM_DELETED_FUNCTION;
135 void swap(SmallPtrSetImpl &RHS);
137 void CopyFrom(const SmallPtrSetImpl
[all...]

Completed in 69 milliseconds