Searched refs:insert_as (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | DenseSet.h | 219 std::pair<iterator, bool> insert_as(const ValueT &V, in insert_as() function 221 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey); in insert_as() 224 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { in insert_as() function 225 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey); in insert_as()
|
| H A D | DenseMap.h | 273 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Type.cpp | 331 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get() 377 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); in get()
|
| H A D | ConstantsContext.h | 720 Map.insert_as(Result, HashKey); 776 Map.insert_as(CP, Lookup);
|