Home
last modified time | relevance | path

Searched defs:FindAndConstruct (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h207 value_type &FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
217 value_type &FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DValueMap.h202 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DDenseMap.h321 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
333 value_type& FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function