Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_dense_map.h458 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
463 FoundBucket = nullptr; in LookupBucketFor()
480 FoundBucket = ThisBucket; in LookupBucketFor()
489 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
507 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
511 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DDenseMap.h609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument
614 FoundBucket = nullptr; in LookupBucketFor()
632 FoundBucket = ThisBucket; in LookupBucketFor()
641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument
663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp837 bool FoundBucket = false; in addOneCandidate() local
845 FoundBucket = true; in addOneCandidate()
850 if (!FoundBucket) { in addOneCandidate()