Searched refs:LookupBucketFor (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h121 return LookupBucketFor(Val, TheBucket) ? 1 : 0;
126 if (LookupBucketFor(Val, TheBucket))
132 if (LookupBucketFor(Val, TheBucket))
145 if (LookupBucketFor(Val, TheBucket))
152 if (LookupBucketFor(Val, TheBucket))
161 if (LookupBucketFor(Val, TheBucket))
171 if (LookupBucketFor(KV.first, TheBucket))
186 if (LookupBucketFor(KV.first, TheBucket))
208 if (!LookupBucketFor(Val, TheBucket))
227 if (LookupBucketFor(Ke
468 bool LookupBucketFor(const LookupKeyT &Val, function in class:llvm::DenseMapBase
519 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { function in class:llvm::DenseMapBase
[all...]
H A DStringMap.h71 /// LookupBucketFor - Look up the bucket that the specified string should end
76 unsigned LookupBucketFor(StringRef Key);
311 unsigned BucketNo = LookupBucketFor(KeyValue->getKey());
331 unsigned BucketNo = LookupBucketFor(KV.first);
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DStringMap.cpp53 /// LookupBucketFor - Look up the bucket that the specified string should end
58 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { function in class:StringMapImpl

Completed in 169 milliseconds