Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
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
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DDenseMap.h547 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