Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h157 if (LookupBucketFor(Val, TheBucket)) in find()
166 if (LookupBucketFor(Val, TheBucket)) in find()
182 if (LookupBucketFor(Val, TheBucket)) in find_as()
192 if (LookupBucketFor(Val, TheBucket)) in find_as()
204 if (LookupBucketFor(Val, TheBucket)) in lookup()
237 if (LookupBucketFor(Key, TheBucket)) in try_emplace()
262 if (LookupBucketFor(Key, TheBucket)) in try_emplace()
289 if (LookupBucketFor(Val, TheBucket)) in insert_as()
331 if (!LookupBucketFor(Val, TheBucket)) in erase()
350 if (LookupBucketFor(Key, TheBucket)) in FindAndConstruct()
[all …]
H A DStringMap.h63 unsigned LookupBucketFor(StringRef Key);
288 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert()
342 unsigned BucketNo = LookupBucketFor(Key); in try_emplace()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp84 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl