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

/external/llvm/lib/Support/
H A DStringMap.cpp52 /// LookupBucketFor - Look up the bucket that the specified string should end
57 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { function in class:StringMapImpl
/external/llvm/include/llvm/ADT/
H A DDenseMap.h133 return LookupBucketFor(Val, TheBucket);
138 if (LookupBucketFor(Val, TheBucket))
144 if (LookupBucketFor(Val, TheBucket))
157 if (LookupBucketFor(Val, TheBucket))
164 if (LookupBucketFor(Val, TheBucket))
173 if (LookupBucketFor(Val, TheBucket))
183 if (LookupBucketFor(KV.first, TheBucket))
202 if (!LookupBucketFor(Val, TheBucket))
228 if (LookupBucketFor(Key, TheBucket))
312 LookupBucketFor(Ke
347 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) const { function in class:llvm::DenseMap
[all...]

Completed in 34 milliseconds