Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMap.h407 BucketT *InsertIntoBucket(const KeyT &Key, const ValueT &Value, in InsertIntoBucket() function
416 BucketT *InsertIntoBucket(const KeyT &Key, ValueT &&Value, in InsertIntoBucket() function
425 BucketT *InsertIntoBucket(KeyT &&Key, ValueT &&Value, BucketT *TheBucket) { in InsertIntoBucket() function