Lines Matching defs:HasCount
1114 bool HasCount = !EmitSkippedRegion &&
1120 if (Last.HasCount == HasCount && Last.Count == Region.ExecutionCount &&
1125 if (HasCount)
1137 << (!Last.HasCount ? ", Skipped" : "")
1336 if (L.Line == R.Line && L.Col == R.Col && !L.HasCount)
1519 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry;
1526 !LineSegments.front()->HasCount &&
1532 ((WrappedSegment && WrappedSegment->HasCount) || (MinRegionCount > 0));
1538 [](const auto *Seq) { return Seq->IsRegionEntry && Seq->HasCount; });