Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h468 const BucketT *FoundTombstone = nullptr; in LookupBucketFor() local
489 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
496 !FoundTombstone) in LookupBucketFor()
497 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h662 const BucketT *FoundTombstone = nullptr; in LookupBucketFor() local
684 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
691 !FoundTombstone) in LookupBucketFor()
692 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()