Searched refs:LookupBucketFor (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 178 if (LookupBucketFor(Val, TheBucket)) in find() 184 if (LookupBucketFor(Val, TheBucket)) in find() 197 if (LookupBucketFor(Val, TheBucket)) in find_as() 204 if (LookupBucketFor(Val, TheBucket)) in find_as() 213 if (LookupBucketFor(Val, TheBucket)) in lookup() 238 if (LookupBucketFor(Key, TheBucket)) in try_emplace() 257 if (LookupBucketFor(Key, TheBucket)) in try_emplace() 278 if (LookupBucketFor(Val, TheBucket)) in insert_as() 300 if (!LookupBucketFor(Val, TheBucket)) in erase() 319 if (LookupBucketFor(Key, TheBucket)) in FindAndConstruct() [all …]
|
| H A D | StringMap.h | 82 unsigned LookupBucketFor(StringRef Key); 367 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert() 396 unsigned BucketNo = LookupBucketFor(Key); in try_emplace()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | StringMap.cpp | 78 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl
|