Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h145 return insert_imp_big(Ptr); in insert_imp()
200 std::pair<const void *const *, bool> insert_imp_big(const void *Ptr);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp40 SmallPtrSetImplBase::insert_imp_big(const void *Ptr) { in insert_imp_big() function in SmallPtrSetImplBase