Searched refs:InsertIntoBucketImpl (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 435 TheBucket = InsertIntoBucketImpl(Key, Key, TheBucket); in InsertIntoBucket() 444 TheBucket = InsertIntoBucketImpl(Key, Key, TheBucket); in InsertIntoBucket() 452 TheBucket = InsertIntoBucketImpl(Key, Key, TheBucket); in InsertIntoBucket() 462 TheBucket = InsertIntoBucketImpl(Key, Lookup, TheBucket); in InsertIntoBucket() 470 BucketT *InsertIntoBucketImpl(const KeyT &Key, const LookupKeyT &Lookup, in InsertIntoBucketImpl() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 450 TheBucket = InsertIntoBucketImpl(Key, Key, TheBucket); in InsertIntoBucket() 460 TheBucket = InsertIntoBucketImpl(Key, Lookup, TheBucket); in InsertIntoBucketWithLookup() 468 BucketT *InsertIntoBucketImpl(const KeyT &Key, const LookupKeyT &Lookup, in InsertIntoBucketImpl() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 512 TheBucket = InsertIntoBucketImpl(Key, Key, TheBucket); in InsertIntoBucket() 522 TheBucket = InsertIntoBucketImpl(Key, Lookup, TheBucket); in InsertIntoBucketWithLookup() 530 BucketT *InsertIntoBucketImpl(const KeyT &Key, const LookupKeyT &Lookup, in InsertIntoBucketImpl() function
|