Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h703 const BucketT *ConstFoundBucket; in LookupBucketFor() local
705 ->LookupBucketFor(Val, ConstFoundBucket); in LookupBucketFor()
706 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()