HomeSort by: relevance | last modified time | path
    Searched refs:insert_as (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseSet.h 219 std::pair<iterator, bool> insert_as(const ValueT &V, function in class:llvm::detail::DenseSetImpl
221 return TheMap.insert_as({V, detail::DenseSetEmpty()}, LookupKey);
224 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { function in class:llvm::detail::DenseSetImpl
225 return TheMap.insert_as({std::move(V), detail::DenseSetEmpty()}, LookupKey);
DenseMap.h 273 std::pair<iterator, bool> insert_as(std::pair<KeyT, ValueT> &&KV, function in class:llvm::DenseMapBase
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantsContext.h 720 Map.insert_as(Result, HashKey);
776 Map.insert_as(CP, Lookup);
Type.cpp 331 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key);
377 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map.h 173 detail::DenseMapPair<value_type *, bool> insert_as(value_type &&KV, function in class:__sanitizer::DenseMapBase

Completed in 28 milliseconds