Home
last modified time | relevance | path

Searched refs:LookupBucketFor (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h80 if (LookupBucketFor(Key, TheBucket)) in find()
86 if (LookupBucketFor(Key, TheBucket)) in find()
99 if (LookupBucketFor(Key, TheBucket)) in find_as()
106 if (LookupBucketFor(Key, TheBucket)) in find_as()
115 if (LookupBucketFor(Key, TheBucket)) in lookup()
142 if (LookupBucketFor(Key, TheBucket)) in try_emplace()
158 if (LookupBucketFor(Key, TheBucket)) in try_emplace()
176 if (LookupBucketFor(Val, TheBucket)) in insert_as()
188 if (!LookupBucketFor(Val, TheBucket)) in erase()
209 if (LookupBucketFor(Key, TheBucket)) in FindAndConstruct()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDenseMap.h154 if (LookupBucketFor(Val, TheBucket)) in find()
163 if (LookupBucketFor(Val, TheBucket)) in find()
179 if (LookupBucketFor(Val, TheBucket)) in find_as()
189 if (LookupBucketFor(Val, TheBucket)) in find_as()
201 if (LookupBucketFor(Val, TheBucket)) in lookup()
226 if (LookupBucketFor(Key, TheBucket)) in try_emplace()
251 if (LookupBucketFor(Key, TheBucket)) in try_emplace()
278 if (LookupBucketFor(Val, TheBucket)) in insert_as()
306 if (!LookupBucketFor(Val, TheBucket)) in erase()
325 if (LookupBucketFor(Key, TheBucket)) in FindAndConstruct()
[all …]
H A DStringMap.h63 unsigned LookupBucketFor(StringRef Key);
276 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert()
330 unsigned BucketNo = LookupBucketFor(Key); in try_emplace()
/llvm-project-15.0.7/llvm/lib/Support/
H A DStringMap.cpp83 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl