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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp109 WrappedSegment->HasCount && WrappedSegment->Count == 0)
124 S->HasCount && S->Count == 0)
H A DSourceCoverageView.cpp92 return S.HasCount && S.Count == 0;
H A DCoverageExporterJson.cpp76 Segment.HasCount, Segment.IsRegionEntry});
H A DSourceCoverageViewHTML.cpp541 S->HasCount && S->Count == 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp379 bool HasCount = !EmitSkippedRegion &&
385 if (Last.HasCount == HasCount && Last.Count == Region.ExecutionCount &&
390 if (HasCount)
402 << (!Last.HasCount ? ", Skipped" : "")
748 return !S->IsGapRegion && S->HasCount && S->IsRegionEntry;
755 !LineSegments.front()->HasCount &&
761 ((WrappedSegment && WrappedSegment->HasCount) || (MinRegionCount > 0));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h393 bool HasCount; member in struct:llvm::coverage::CoverageSegment
400 : Line(Line), Col(Col), Count(0), HasCount(false),
405 : Line(Line), Col(Col), Count(Count), HasCount(true),
409 return std::tie(L.Line, L.Col, L.Count, L.HasCount, L.IsRegionEntry,
411 R.HasCount, R.IsRegionEntry,

Completed in 79 milliseconds