Home
last modified time | relevance | path

Searched refs:ConstFoundBucket (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
DDenseMap.h565 const BucketT *ConstFoundBucket; in LookupBucketFor() local
567 ->LookupBucketFor(Val, ConstFoundBucket); in LookupBucketFor()
568 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h563 const BucketT *ConstFoundBucket; in LookupBucketFor() local
565 ->LookupBucketFor(Val, ConstFoundBucket); in LookupBucketFor()
566 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDenseMap.h625 const BucketT *ConstFoundBucket; in LookupBucketFor() local
627 ->LookupBucketFor(Val, ConstFoundBucket); in LookupBucketFor()
628 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()