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 106 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(Key, TheBucket)
    [all...]
StringMap.h 69 /// LookupBucketFor - Look up the bucket that the specified string should end
74 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 394 milliseconds