Searched refs:InsertIntoBucketWithLookup (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 181 InsertIntoBucketWithLookup(TheBucket, __sanitizer::move(KV.first), in insert_as() 406 BucketT *InsertIntoBucketWithLookup(BucketT *TheBucket, KeyT &&Key, in InsertIntoBucketWithLookup() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 298 TheBucket = InsertIntoBucketWithLookup(TheBucket, std::move(KV.first), in insert_as() 598 BucketT *InsertIntoBucketWithLookup(BucketT *TheBucket, KeyT &&Key, in InsertIntoBucketImpl() 582 BucketT *InsertIntoBucketWithLookup(BucketT *TheBucket, KeyT &&Key, InsertIntoBucketWithLookup() function
|