Searched refs:IsGapRegion (Results 1 – 5 of 5) sorted by relevance
453 bool IsGapRegion; member457 IsRegionEntry(IsRegionEntry), IsGapRegion(false) {} in CoverageSegment()460 bool IsRegionEntry, bool IsGapRegion = false,463 IsRegionEntry(IsRegionEntry), IsGapRegion(IsGapRegion) {} in Line()467 L.IsGapRegion) == std::tie(R.Line, R.Col, R.Count,469 R.IsGapRegion);
109 if (WrappedSegment && !WrappedSegment->IsGapRegion && in renderLine()124 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine()
82 Segment.IsRegionEntry, Segment.IsGapRegion}); in renderSegment()
545 return S && (!S->IsGapRegion || (Color && *Color == "red")) && in renderLine()
509 << (Last.IsGapRegion ? ", Gap" : "") << "\n"; in startSegment()875 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats()