Searched defs:FoundTombstone (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DDenseMap.h469 // FoundTombstone - Keep track of whether we find a tombstone while probing.
470 const BucketT *FoundTombstone = nullptr; local
492 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
498 if (KeyInfoT::isEqual(ThisBucket->first, TombstoneKey) && !FoundTombstone)
499 FoundTombstone = ThisBucket; // Remember the first tombstone found.

Completed in 75 milliseconds