Searched refs:HasCount (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| D | CoverageMapping.cpp | 425 bool HasCount = !EmitSkippedRegion && in startSegment() local 431 if (Last.HasCount == HasCount && Last.Count == Region.ExecutionCount && in startSegment() 436 if (HasCount) in startSegment() 448 << (!Last.HasCount ? ", Skipped" : "") in startSegment() 641 if (L.Line == R.Line && L.Col == R.Col && !L.HasCount) in buildSegments() 813 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry; in LineCoverageStats() 820 !LineSegments.front()->HasCount && in LineCoverageStats() 826 ((WrappedSegment && WrappedSegment->HasCount) || (MinRegionCount > 0)); in LineCoverageStats()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| D | CoverageMapping.h | 445 bool HasCount; member 452 : Line(Line), Col(Col), Count(0), HasCount(false), in CoverageSegment() 458 : Line(Line), Col(Col), Count(Count), HasCount(true), in Line() 462 return std::tie(L.Line, L.Col, L.Count, L.HasCount, L.IsRegionEntry, 464 R.HasCount, R.IsRegionEntry,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/ |
| D | SourceCoverageViewText.cpp | 110 WrappedSegment->HasCount && WrappedSegment->Count == 0) in renderLine() 125 S->HasCount && S->Count == 0) in renderLine()
|
| D | SourceCoverageView.cpp | 92 return S.HasCount && S.Count == 0; in getFirstUncoveredLineNo()
|
| D | CoverageExporterJson.cpp | 82 clamp_uint64_to_int64(Segment.Count), Segment.HasCount, in renderSegment()
|
| D | SourceCoverageViewHTML.cpp | 546 S->HasCount && S->Count == 0; in renderLine()
|