Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_dense_map.h508 const BucketT *ConstFoundBucket; in LookupBucketFor() local
510 Val, ConstFoundBucket); in LookupBucketFor()
511 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DDenseMap.h660 const BucketT *ConstFoundBucket; in LookupBucketFor() local
662 ->LookupBucketFor(Val, ConstFoundBucket); in LookupBucketFor()
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()