Searched refs:LookupBucketFor (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 147 return LookupBucketFor(Val, TheBucket) ? 1 : 0; in count() 152 if (LookupBucketFor(Val, TheBucket)) in find() 161 if (LookupBucketFor(Val, TheBucket)) in find() 177 if (LookupBucketFor(Val, TheBucket)) in find_as() 187 if (LookupBucketFor(Val, TheBucket)) in find_as() 199 if (LookupBucketFor(Val, TheBucket)) in lookup() 224 if (LookupBucketFor(Key, TheBucket)) in try_emplace() 249 if (LookupBucketFor(Key, TheBucket)) in try_emplace() 276 if (LookupBucketFor(Val, TheBucket)) in insert_as() 304 if (!LookupBucketFor(Val, TheBucket)) in erase() [all …]
|
| H A D | StringMap.h | 61 unsigned LookupBucketFor(StringRef Key); 277 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert() 316 unsigned BucketNo = LookupBucketFor(Key); in try_emplace()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | StringMap.cpp | 74 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl
|