Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DSmallPtrSet.h104 bool insert_imp(const void * Ptr);
254 return insert_imp(PtrTraits::getAsVoidPointer(Ptr));
/external/llvm/lib/Support/
DSmallPtrSet.cpp41 bool SmallPtrSetImpl::insert_imp(const void * Ptr) { in insert_imp() function in SmallPtrSetImpl