Searched defs:try_emplace (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | HashKeyMap.h | 65 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
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 118 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 D | StringMap.h | 368 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&...Args) { in try_emplace() function
|
H A D | DenseMap.h | 235 std::pair<iterator, bool> try_emplace(KeyT &&Key, Ts &&... Args) { try_emplace() function 260 std::pair<iterator, bool> try_emplace(const KeyT &Key, Ts &&... Args) { try_emplace() function
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | scope.h | 165 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( try_emplace() function 171 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( try_emplace() function
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 139 detail::DenseMapPair<value_type *, bool> try_emplace(KeyT &&Key, try_emplace() function 155 detail::DenseMapPair<value_type *, bool> try_emplace(const KeyT &Key, try_emplace() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 126 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
|
/llvm-project/llvm/unittests/ADT/ |
H A D | MapVectorTest.cpp | 110 TEST(MapVectorTest, try_emplace) { in TEST() argument
|