Home
last modified time | relevance | path

Searched defs:try_emplace (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DHashKeyMap.h65 std::pair<iterator, bool> try_emplace(const key_type &Hash, in try_emplace() function
73 std::pair<iterator, bool> try_emplace(const original_key_type &Key, in try_emplace() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h118 std::pair<iterator, bool> try_emplace(const KeyT &Key, Ts &&...Args) { in try_emplace() function
129 std::pair<iterator, bool> try_emplace(KeyT &&Key, Ts &&...Args) { in try_emplace() function
H A DStringMap.h341 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&...Args) { try_emplace() function
H A DDenseMap.h235 std::pair<iterator, bool> try_emplace(KeyT &&Key, Ts &&... Args) { in try_emplace() function
260 std::pair<iterator, bool> try_emplace(const KeyT &Key, Ts &&... Args) { in try_emplace() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h139 detail::DenseMapPair<value_type *, bool> try_emplace(KeyT &&Key, in try_emplace() function
155 detail::DenseMapPair<value_type *, bool> try_emplace(const KeyT &Key, in try_emplace() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h126 std::pair<iterator, bool> try_emplace(const ObjectKey &K, Ts &&... Args) { in try_emplace() function
130 std::pair<iterator, bool> try_emplace(ObjectKey &&K, Ts &&... Args) { in try_emplace() function