Searched refs:IsGapRegion (Results 1 – 5 of 5) sorted by relevance
710 bool IsGapRegion; member714 IsRegionEntry(IsRegionEntry), IsGapRegion(false) {} in CoverageSegment()717 bool IsRegionEntry, bool IsGapRegion = false,720 IsRegionEntry(IsRegionEntry), IsGapRegion(IsGapRegion) {} in Line()724 L.IsGapRegion) == std::tie(R.Line, R.Col, R.Count,726 R.IsGapRegion);
174 if (WrappedSegment && !WrappedSegment->IsGapRegion && in renderLine()189 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine()
86 Segment.IsRegionEntry, Segment.IsGapRegion}); in renderSegment()
801 return S && (!S->IsGapRegion || (Color && *Color == "red")) && in renderLine()
1089 << (Last.IsGapRegion ? ", Gap" : "") << "\n"; in startSegment()1464 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats()