HomeSort by relevance Sort by last modified time
    Searched refs:LookupBucketFor (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
DenseMap.h 121 return LookupBucketFor(Val, TheBucket) ? 1 : 0;
126 if (LookupBucketFor(Val, TheBucket))
132 if (LookupBucketFor(Val, TheBucket))
145 if (LookupBucketFor(Val, TheBucket))
152 if (LookupBucketFor(Val, TheBucket))
161 if (LookupBucketFor(Val, TheBucket))
171 if (LookupBucketFor(KV.first, TheBucket))
186 if (LookupBucketFor(KV.first, TheBucket))
208 if (!LookupBucketFor(Val, TheBucket))
227 if (LookupBucketFor(Key, TheBucket)
    [all...]
StringMap.h 71 /// LookupBucketFor - Look up the bucket that the specified string should end
76 unsigned LookupBucketFor(StringRef Key);
311 unsigned BucketNo = LookupBucketFor(KeyValue->getKey());
331 unsigned BucketNo = LookupBucketFor(KV.first);
  /external/llvm/lib/Support/
StringMap.cpp 53 /// LookupBucketFor - Look up the bucket that the specified string should end
58 unsigned StringMapImpl::LookupBucketFor(StringRef Name) {

Completed in 284 milliseconds