Searched defs:try_emplace (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 139 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
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 329 std::pair<iterator, bool> try_emplace(StringRef Key, ArgsTy &&...Args) { in try_emplace() function
|
H A D | DenseMap.h | 222 std::pair<iterator, bool> try_emplace(KeyT &&Key, Ts &&... Args) { in try_emplace() function 247 std::pair<iterator, bool> try_emplace(const KeyT &Key, Ts &&... Args) { in try_emplace() function
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | JSON.h | 120 std::pair<iterator, bool> try_emplace(const ObjectKey &K, Ts &&... Args) { in try_emplace() function 124 std::pair<iterator, bool> try_emplace(ObjectKey &&K, Ts &&... Args) { in try_emplace() function
|