Searched refs:LookupBucketFor (Results 1 - 4 of 4) sorted by last modified time

/macosx-10.10/llvmCore-3425.0.34/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
/macosx-10.10/llvmCore-3425.0.34/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
444 bool LookupBucketFor(const LookupKeyT &Val, function in class:llvm::DenseMapBase
495 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.
/macosx-10.10/objc4-646/runtime/
H A Dllvm-DenseMap.h124 return LookupBucketFor(Val, TheBucket);
129 if (LookupBucketFor(Val, TheBucket))
135 if (LookupBucketFor(Val, TheBucket))
148 if (LookupBucketFor(Val, TheBucket))
155 if (LookupBucketFor(Val, TheBucket))
164 if (LookupBucketFor(Val, TheBucket))
174 if (LookupBucketFor(KV.first, TheBucket))
205 if (!LookupBucketFor(Val, TheBucket))
226 if (LookupBucketFor(Key, TheBucket))
239 if (LookupBucketFor(Ke
491 bool LookupBucketFor(const LookupKeyT &Val, function in class:objc::DenseMapBase
557 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { function in class:objc::DenseMapBase
[all...]

Completed in 139 milliseconds