Lines Matching defs:HasCount
1142 bool HasCount = !EmitSkippedRegion &&
1148 if (Last.HasCount == HasCount && Last.Count == Region.ExecutionCount &&
1153 if (HasCount)
1165 << (!Last.HasCount ? ", Skipped" : "")
1358 if (L.Line == R.Line && L.Col == R.Col && !L.HasCount)
1545 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry;
1552 !LineSegments.front()->HasCount &&
1558 ((WrappedSegment && WrappedSegment->HasCount) || (MinRegionCount > 0));
1563 return Seq->IsRegionEntry && Seq->HasCount;