Home
last modified time | relevance | path

Searched refs:insert_as (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DDenseSet.h219 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()
DDenseMap.h273 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, in insert_as() function
/openbsd/src/gnu/llvm/llvm/lib/IR/
DType.cpp373 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get()
419 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); in get()
822 auto Insertion = C.pImpl->TargetExtTypes.insert_as(nullptr, Key); in get()
DConstantsContext.h622 Map.insert_as(Result, HashKey);
678 Map.insert_as(CP, Lookup);
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_dense_map.h173 detail::DenseMapPair<value_type *, bool> insert_as(value_type &&KV, in insert_as() function