Searched refs:ThisBucket (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h484 const BucketT *ThisBucket = BucketsPtr + BucketNo; local
486 if (KeyInfoT::isEqual(Val, ThisBucket->first)) {
487 FoundBucket = ThisBucket;
493 if (KeyInfoT::isEqual(ThisBucket->first, EmptyKey)) {
496 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
502 if (KeyInfoT::isEqual(ThisBucket->first, TombstoneKey) && !FoundTombstone)
503 FoundTombstone = ThisBucket; // Remember the first tombstone found.

Completed in 160 milliseconds