Searched defs:LookupBucketFor (Results 1 - 2 of 2) sorted by relevance

/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
/external/llvm/include/llvm/ADT/
H A DDenseMap.h103 return LookupBucketFor(Val, TheBucket);
108 if (LookupBucketFor(Val, TheBucket))
114 if (LookupBucketFor(Val, TheBucket))
127 if (LookupBucketFor(Val, TheBucket))
134 if (LookupBucketFor(Val, TheBucket))
143 if (LookupBucketFor(Val, TheBucket))
153 if (LookupBucketFor(KV.first, TheBucket))
172 if (!LookupBucketFor(Val, TheBucket))
191 if (LookupBucketFor(Key, TheBucket))
204 if (LookupBucketFor(Ke
443 bool LookupBucketFor(const LookupKeyT &Val, function in class:llvm::DenseMapBase
494 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { function in class:llvm::DenseMapBase
[all...]

Completed in 70 milliseconds