Searched refs:IsGapRegion (Results 1 – 5 of 5) sorted by relevance
861 bool IsGapRegion; member865 IsRegionEntry(IsRegionEntry), IsGapRegion(false) {} in CoverageSegment()868 bool IsRegionEntry, bool IsGapRegion = false,871 IsRegionEntry(IsRegionEntry), IsGapRegion(IsGapRegion) {} in Line()875 L.IsGapRegion) == std::tie(R.Line, R.Col, R.Count,877 R.IsGapRegion);
174 if (WrappedSegment && !WrappedSegment->IsGapRegion && in renderLine()189 if ((!S->IsGapRegion || Highlight == raw_ostream::RED) && S->HasCount && in renderLine()
86 Segment.IsRegionEntry, Segment.IsGapRegion}); in renderSegment()
977 return S && (!S->IsGapRegion || (Color && *Color == "red")) && in renderLine()
1192 << (Last.IsGapRegion ? ", Gap" : "") << "\n"; in startSegment()1571 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats()