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

/external/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
478 bool LookupBucketFor(const LookupKeyT &Val, function in class:llvm::DenseMapBase
529 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { function in class:llvm::DenseMapBase
[all...]
H A DStringMap.h69 /// LookupBucketFor - Look up the bucket that the specified string should end
74 unsigned LookupBucketFor(StringRef Key);
298 unsigned BucketNo = LookupBucketFor(KeyValue->getKey());
318 unsigned BucketNo = LookupBucketFor(KV.first);
/external/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 77 milliseconds