Searched refs:InsertIntoBucketImpl (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_dense_map.h | 397 TheBucket = InsertIntoBucketImpl(Key, Key, TheBucket); in InsertIntoBucket() 408 TheBucket = InsertIntoBucketImpl(Key, Lookup, TheBucket); in InsertIntoBucketWithLookup() 416 BucketT *InsertIntoBucketImpl(const KeyT &Key, const LookupKeyT &Lookup, in InsertIntoBucketImpl() function
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | DenseMap.h | 547 TheBucket = InsertIntoBucketImpl(Key, Key, TheBucket); in InsertIntoBucket() 557 TheBucket = InsertIntoBucketImpl(Key, Lookup, TheBucket); in InsertIntoBucketWithLookup() 565 BucketT *InsertIntoBucketImpl(const KeyT &Key, const LookupKeyT &Lookup, in InsertIntoBucketImpl() function
|