Searched defs:insert_or_assign (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 149 std::pair<iterator, bool> insert_or_assign(const KeyT &Key, V &&Val) { in insert_or_assign() function 156 std::pair<iterator, bool> insert_or_assign(KeyT &&Key, V &&Val) { in insert_or_assign() function
|
H A D | StringMap.h | 356 std::pair<iterator, bool> insert_or_assign(StringRef Key, V &&Val) { in insert_or_assign() function
|
H A D | DenseMap.h | 316 std::pair<iterator, bool> insert_or_assign(const KeyT &Key, V &&Val) { insert_or_assign() function 324 std::pair<iterator, bool> insert_or_assign(KeyT &&Key, V &&Val) { insert_or_assign() function
|
/llvm-project/llvm/unittests/ADT/ |
H A D | MapVectorTest.cpp | 154 TEST(MapVectorTest, insert_or_assign) { in TEST() argument
|