Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h508 const BucketT *ConstFoundBucket; in LookupBucketFor() local
510 Val, ConstFoundBucket); in LookupBucketFor()
511 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDenseMap.h662 const BucketT *ConstFoundBucket; in LookupBucketFor() local
664 ->LookupBucketFor(Val, ConstFoundBucket); in LookupBucketFor()
665 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()