Searched refs:TheBucket (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 79 BucketT *TheBucket; in find() local 81 return TheBucket; in find() 87 return TheBucket; in find() 98 BucketT *TheBucket; in find_as() local 100 return TheBucket; in find_as() 107 return TheBucket; in find_as() 146 TheBucket = InsertIntoBucket(TheBucket, __sanitizer::move(Key), in try_emplace() 162 TheBucket = in try_emplace() 180 TheBucket = in insert_as() 397 TheBucket = InsertIntoBucketImpl(Key, Key, TheBucket); in InsertIntoBucket() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 153 BucketT *TheBucket; in find() local 178 BucketT *TheBucket; in find_as() local 225 BucketT *TheBucket; in try_emplace() local 235 TheBucket = in try_emplace() 250 BucketT *TheBucket; in try_emplace() local 287 TheBucket = InsertIntoBucketWithLookup(TheBucket, std::move(KV.first), in insert_as() 549 TheBucket = InsertIntoBucketImpl(Key, Key, TheBucket); in InsertIntoBucket() 553 return TheBucket; in InsertIntoBucket() 559 TheBucket = InsertIntoBucketImpl(Key, Lookup, TheBucket); in InsertIntoBucketWithLookup() 563 return TheBucket; in InsertIntoBucketWithLookup() [all …]
|