Home
last modified time | relevance | path

Searched refs:InsertIntoBucketImpl (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
DDenseMap.h412 TheBucket = InsertIntoBucketImpl(Key, TheBucket); in InsertIntoBucket()
421 TheBucket = InsertIntoBucketImpl(Key, TheBucket); in InsertIntoBucket()
429 TheBucket = InsertIntoBucketImpl(Key, TheBucket); in InsertIntoBucket()
436 BucketT *InsertIntoBucketImpl(const KeyT &Key, BucketT *TheBucket) { in InsertIntoBucketImpl() function