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

/external/llvm/include/llvm/ADT/
H A DDenseMap.h176 TheBucket = InsertIntoBucket(KV.first, KV.second, TheBucket);
191 TheBucket = InsertIntoBucket(std::move(KV.first),
230 return *InsertIntoBucket(Key, ValueT(), TheBucket);
242 return *InsertIntoBucket(std::move(Key), ValueT(), TheBucket);
410 BucketT *InsertIntoBucket(const KeyT &Key, const ValueT &Value, function in class:llvm::DenseMapBase
419 BucketT *InsertIntoBucket(const KeyT &Key, ValueT &&Value, function in class:llvm::DenseMapBase
428 BucketT *InsertIntoBucket(KeyT &&Key, ValueT &&Value, BucketT *TheBucket) { function in class:llvm::DenseMapBase

Completed in 104 milliseconds