Searched refs:insert_as (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseSet.h | 232 std::pair<iterator, bool> insert_as(const ValueT &V, in insert_as() function 234 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); in insert_as() 237 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { in insert_as() function 238 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); in insert_as()
|
| H A D | DenseMap.h | 307 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 381 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get() 427 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); in get() 927 auto [Iter, Inserted] = C.pImpl->TargetExtTypes.insert_as(nullptr, Key); in getOrError()
|
| H A D | ConstantsContext.h | 621 Map.insert_as(Result, HashKey); 677 Map.insert_as(CP, Lookup);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 156 detail::DenseMapPair<value_type *, bool> insert_as(value_type &&KV, in insert_as() function
|