Searched refs:HasCount (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 485 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 D | CoverageMapping.h | 449 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 D | SourceCoverageViewText.cpp | 110 WrappedSegment->HasCount && WrappedSegment->Count == 0) in renderLine() 125 S->HasCount && S->Count == 0) in renderLine()
|
| H A D | SourceCoverageView.cpp | 92 return S.HasCount && S.Count == 0; in getFirstUncoveredLineNo()
|
| H A D | CoverageExporterJson.cpp | 81 clamp_uint64_to_int64(Segment.Count), Segment.HasCount, in renderSegment()
|
| H A D | SourceCoverageViewHTML.cpp | 546 S->HasCount && S->Count == 0; in renderLine()
|