Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h175 iterator find_as(const LookupKeyT &Val) { in find_as() function
185 const_iterator find_as(const LookupKeyT &Val) const { in find_as() function
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h218 const_iterator find_as(const Key &K, TraitsT &Traits) const { in find_as() function