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.h195 iterator find_as(const LookupKeyT &Val) { in find_as() function
199 const_iterator find_as(const LookupKeyT &Val) const { in find_as() function
H A DDenseMap.h180 iterator find_as(const LookupKeyT &Val) { in find_as() function
190 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.h97 value_type *find_as(const LookupKeyT &Key) { in find_as() function
104 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.h218 const_iterator find_as(const Key &K, TraitsT &Traits) const { in find_as() function