Searched refs:InsertIntoBucket (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DDenseMap.h161 TheBucket = InsertIntoBucket(KV.first, KV.second, TheBucket);
175 TheBucket = InsertIntoBucket(std::move(KV.first),
213 return *InsertIntoBucket(Key, ValueT(), TheBucket);
225 return *InsertIntoBucket(std::move(Key), ValueT(), TheBucket);
394 BucketT *InsertIntoBucket(const KeyT &Key, const ValueT &Value, function in class:llvm::DenseMapBase
403 BucketT *InsertIntoBucket(const KeyT &Key, ValueT &&Value, function in class:llvm::DenseMapBase
412 BucketT *InsertIntoBucket(KeyT &&Key, ValueT &&Value, BucketT *TheBucket) { function in class:llvm::DenseMapBase

Completed in 245 milliseconds