Searched refs:IsGapRegion (Results 1 – 4 of 4) sorted by relevance
393 bool IsGapRegion; member397 IsRegionEntry(IsRegionEntry), IsGapRegion(false) {} in CoverageSegment()400 bool IsRegionEntry, bool IsGapRegion = false)402 IsRegionEntry(IsRegionEntry), IsGapRegion(IsGapRegion) {} in Line()406 L.IsGapRegion) == std::tie(R.Line, R.Col, R.Count,408 R.IsGapRegion);
109 if (WrappedSegment && !WrappedSegment->IsGapRegion && in renderLine()124 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine()
541 return S && (!S->IsGapRegion || (Color && *Color == "red")) && in renderLine()
355 << (Last.IsGapRegion ? ", Gap" : "") << "\n"; in startSegment()691 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats()