Home
last modified time | relevance | path

Searched refs:HasCount (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp485 bool HasCount = !EmitSkippedRegion && in startSegment() local
491 if (Last.HasCount == HasCount && Last.Count == Region.ExecutionCount && in startSegment()
496 if (HasCount) in startSegment()
508 << (!Last.HasCount ? ", Skipped" : "") in startSegment()
701 if (L.Line == R.Line && L.Col == R.Col && !L.HasCount) in buildSegments()
875 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats()
882 !LineSegments.front()->HasCount && in LineCoverageStats()
888 ((WrappedSegment && WrappedSegment->HasCount) || (MinRegionCount > 0)); in LineCoverageStats()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h449 bool HasCount; member
456 : Line(Line), Col(Col), Count(0), HasCount(false), in CoverageSegment()
462 : Line(Line), Col(Col), Count(Count), HasCount(true), in Line()
466 return std::tie(L.Line, L.Col, L.Count, L.HasCount, L.IsRegionEntry,
468 R.HasCount, R.IsRegionEntry,
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp110 WrappedSegment->HasCount && WrappedSegment->Count == 0) in renderLine()
125 S->HasCount && S->Count == 0) in renderLine()
H A DSourceCoverageView.cpp92 return S.HasCount && S.Count == 0; in getFirstUncoveredLineNo()
H A DCoverageExporterJson.cpp81 clamp_uint64_to_int64(Segment.Count), Segment.HasCount, in renderSegment()
H A DSourceCoverageViewHTML.cpp546 S->HasCount && S->Count == 0; in renderLine()