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
134
return
LookupBucketFor
(Val, TheBucket);
139
if (
LookupBucketFor
(Val, TheBucket))
145
if (
LookupBucketFor
(Val, TheBucket))
154
if (
LookupBucketFor
(Val, TheBucket))
164
if (
LookupBucketFor
(KV.first, TheBucket))
184
if (!
LookupBucketFor
(Val, TheBucket))
210
if (
LookupBucketFor
(Key, TheBucket))
294
LookupBucketFor
(Key, TheBucket);
298
LookupBucketFor
(Key, TheBucket);
320
///
LookupBucketFor
- Lookup the appropriate bucket for Val, returning it i
[
all
...]
StringMap.h
83
///
LookupBucketFor
- Look up the bucket that the specified string should end
88
unsigned
LookupBucketFor
(StringRef Key);
322
unsigned BucketNo =
LookupBucketFor
(KeyValue->getKey());
359
unsigned BucketNo =
LookupBucketFor
(Key);
373
// filled in by
LookupBucketFor
.
/external/llvm/lib/Support/
StringMap.cpp
50
///
LookupBucketFor
- Look up the bucket that the specified string should end
55
unsigned StringMapImpl::
LookupBucketFor
(StringRef Name) {
Completed in 104 milliseconds