Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h208 template <class LookupKeyT> iterator find_as(const LookupKeyT &Val) { in find_as() function
212 const_iterator find_as(const LookupKeyT &Val) const { in find_as() function
H A DDenseMap.h196 template <class LookupKeyT> iterator find_as(const LookupKeyT &Val) { in find_as() function
204 const_iterator find_as(const LookupKeyT &Val) const { in find_as() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h87 value_type *find_as(const LookupKeyT &Key) { in find_as() function
91 const value_type *find_as(const LookupKeyT &Key) const { in find_as() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h221 const_iterator find_as(const Key &K, TraitsT &Traits) const { in find_as() function