Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h202 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h364 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
376 value_type& FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function