OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LookupBucketFor
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ADT/
DenseMap.h
103
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))
168
if (
LookupBucketFor
(KV.first, TheBucket))
190
if (!
LookupBucketFor
(Val, TheBucket))
209
if (
LookupBucketFor
(Key, TheBucket)
[
all
...]
StringMap.h
74
///
LookupBucketFor
- Look up the bucket that the specified string should end
79
unsigned
LookupBucketFor
(StringRef Key);
324
unsigned BucketNo =
LookupBucketFor
(KeyValue->getKey());
362
unsigned BucketNo =
LookupBucketFor
(Key);
376
// filled in by
LookupBucketFor
.
/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 202 milliseconds