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

/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...]
H A DStringMap.h74 /// LookupBucketFor - Look up the bucket that the specified string should end
79 unsigned LookupBucketFor(StringRef Key);
314 unsigned BucketNo = LookupBucketFor(KeyValue->getKey());
352 unsigned BucketNo = LookupBucketFor(Key);
366 // filled in by LookupBucketFor.
/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 63 milliseconds