Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h397 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 DDenseMap.h590 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