Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h141 if (LookupBucketFor(Key, TheBucket)) in try_emplace() local
74 const BucketT *TheBucket; count() local
79 BucketT *TheBucket; find() local
85 const BucketT *TheBucket; find() local
98 BucketT *TheBucket; find_as() local
105 const BucketT *TheBucket; find_as() local
114 const BucketT *TheBucket; lookup() local
157 BucketT *TheBucket; try_emplace() local
175 BucketT *TheBucket; insert_as() local
187 BucketT *TheBucket; erase() local
200 BucketT *TheBucket = &*I; erase() local
208 BucketT *TheBucket; FindAndConstruct() local
218 BucketT *TheBucket; FindAndConstruct() local
395 InsertIntoBucket(BucketT * TheBucket,KeyArg && Key,ValueArgs &&...Values) InsertIntoBucket() argument
406 InsertIntoBucketWithLookup(BucketT * TheBucket,KeyT && Key,ValueT && Value,LookupKeyT & Lookup) InsertIntoBucketWithLookup() argument
417 InsertIntoBucketImpl(const KeyT & Key,const LookupKeyT & Lookup,BucketT * TheBucket) InsertIntoBucketImpl() argument
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h146 const BucketT *TheBucket; contains() local
156 BucketT *TheBucket; find() local
165 const BucketT *TheBucket; find() local
181 BucketT *TheBucket; find_as() local
191 const BucketT *TheBucket; find_as() local
203 const BucketT *TheBucket; lookup() local
236 BucketT *TheBucket; try_emplace() local
261 BucketT *TheBucket; try_emplace() local
288 BucketT *TheBucket; insert_as() local
346 BucketT *TheBucket; erase() local
357 BucketT *TheBucket = &*I; erase() local
365 BucketT *TheBucket; FindAndConstruct() local
377 BucketT *TheBucket; FindAndConstruct() local
588 InsertIntoBucket(BucketT * TheBucket,KeyArg && Key,ValueArgs &&...Values) InsertIntoBucket() argument
598 InsertIntoBucketWithLookup(BucketT * TheBucket,KeyT && Key,ValueT && Value,LookupKeyT & Lookup) InsertIntoBucketWithLookup() argument
609 InsertIntoBucketImpl(const KeyT & Key,const LookupKeyT & Lookup,BucketT * TheBucket) InsertIntoBucketImpl() argument
[all...]