Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h190 value_type &FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
200 value_type &FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h207 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function