Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h181 InsertIntoBucketWithLookup(TheBucket, __sanitizer::move(KV.first), in insert_as()
406 BucketT *InsertIntoBucketWithLookup(BucketT *TheBucket, KeyT &&Key, in InsertIntoBucketWithLookup() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDenseMap.h287 TheBucket = InsertIntoBucketWithLookup(TheBucket, std::move(KV.first), in insert_as()
557 BucketT *InsertIntoBucketWithLookup(BucketT *TheBucket, KeyT &&Key, in InsertIntoBucketWithLookup() function