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.h106 return LookupBucketFor(Val, TheBucket) ? 1 : 0;
111 if (LookupBucketFor(Val, TheBucket))
117 if (LookupBucketFor(Val, TheBucket))
130 if (LookupBucketFor(Val, TheBucket))
137 if (LookupBucketFor(Val, TheBucket))
146 if (LookupBucketFor(Val, TheBucket))
156 if (LookupBucketFor(KV.first, TheBucket))
170 if (LookupBucketFor(KV.first, TheBucket))
191 if (!LookupBucketFor(Val, TheBucket))
210 if (LookupBucketFor(Ke
459 bool LookupBucketFor(const LookupKeyT &Val, function in class:llvm::DenseMapBase
509 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { function in class:llvm::DenseMapBase
[all...]

Completed in 63 milliseconds