Home
last modified time | relevance | path

Searched defs:LookupBucketFor (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DStringMap.cpp55 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl
/external/llvm/lib/Support/
DStringMap.cpp72 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringMap.cpp73 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h511 bool LookupBucketFor(const LookupKeyT &Val, in LookupBucketFor() function
562 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() function
/external/llvm/include/llvm/ADT/
DDenseMap.h513 bool LookupBucketFor(const LookupKeyT &Val, in LookupBucketFor() function
564 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDenseMap.h324 bool LookupBucketFor(const KeyT &Val, BucketT *&FoundBucket) const { in LookupBucketFor() function