Home
last modified time | relevance | path

Searched defs:doFind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp65 const void *const *SmallPtrSetImplBase::doFind(const void *Ptr) const { in doFind() function in SmallPtrSetImplBase
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h436 BucketT *doFind(const LookupKeyT &Val) { in doFind() function
460 const BucketT *doFind(const LookupKeyT &Val) const { in doFind() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h650 template <typename LookupKeyT> BucketT *doFind(const LookupKeyT &Val) { in doFind() function
674 const BucketT *doFind(const LookupKeyT &Val) const { in doFind() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp90 auto doFind = [&] { in findLibrary() local