OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FoundTombstone
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_dense_map.h
467
//
FoundTombstone
- Keep track of whether we find a tombstone while probing.
468
const BucketT *
FoundTombstone
= nullptr;
489
FoundBucket =
FoundTombstone
?
FoundTombstone
: ThisBucket;
496
!
FoundTombstone
)
497
FoundTombstone
= ThisBucket; // Remember the first tombstone found.
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMap.h
618
//
FoundTombstone
- Keep track of whether we find a tombstone while probing.
619
const BucketT *
FoundTombstone
= nullptr;
641
FoundBucket =
FoundTombstone
?
FoundTombstone
: ThisBucket;
648
!
FoundTombstone
)
649
FoundTombstone
= ThisBucket; // Remember the first tombstone found.
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026