Searched refs:insert_imp (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DSmallPtrSet.h101 /// insert_imp - This returns true if the pointer was new to the set, false if
104 bool insert_imp(const void * Ptr);
254 return insert_imp(PtrTraits::getAsVoidPointer(Ptr));
/external/llvm/lib/Support/
H A DSmallPtrSet.cpp41 bool SmallPtrSetImpl::insert_imp(const void * Ptr) { function in class:SmallPtrSetImpl

Completed in 78 milliseconds