Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h79 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h156 BucketT *TheBucket; in find() local
181 BucketT *TheBucket; in find_as() local
236 BucketT *TheBucket; in try_emplace() local
246 TheBucket = in try_emplace()
261 BucketT *TheBucket; in try_emplace() local
298 TheBucket = InsertIntoBucketWithLookup(TheBucket, std::move(KV.first), in insert_as()
574 TheBucket = InsertIntoBucketImpl(Key, Key, TheBucket); in InsertIntoBucket()
578 return TheBucket; in InsertIntoBucket()
584 TheBucket = InsertIntoBucketImpl(Key, Lookup, TheBucket); in InsertIntoBucketWithLookup()
588 return TheBucket; in InsertIntoBucketWithLookup()
[all …]