Searched refs:InsertIntoBucketImpl (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A 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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 590 TheBucket = InsertIntoBucketImpl(Key, Key, TheBucket); in InsertIntoBucket() 600 TheBucket = InsertIntoBucketImpl(Key, Lookup, TheBucket); in InsertIntoBucketWithLookup() 608 BucketT *InsertIntoBucketImpl(const KeyT &Key, const LookupKeyT &Lookup, in InsertIntoBucketImpl() function
|