| Home | Sort by: relevance | last modified time | path |
| /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/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 |