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