Searched defs:insert_as (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h200 std::pair<iterator, bool> insert_as(const ValueT &V, function in class:llvm::detail::DenseSetImpl
205 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { function in class:llvm::detail::DenseSetImpl
H A DDenseMap.h249 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, function in class:llvm::DenseMapBase

Completed in 52 milliseconds