Searched refs:LineCount (Results 1 – 5 of 5) sorted by relevance
46 unsigned LineCount = LineEnd - LineStart + 1; in get() local50 ExecutionCounts.resize(LineCount, 0); in get()57 LineCount -= CR.LineEnd - CR.LineStart + 1; in get()63 CoveredLines += LineCount - std::count(ExecutionCounts.begin(), in get()65 NumLines += LineCount; in get()
185 LineCoverageInfo LineCount; in render() local187 LineCount.addRegionCount(WrappedSegment->Count); in render()190 LineCount.addRegionStartCount(S->Count); in render()195 renderLineCoverageColumn(OS, LineCount); in render()211 LineCount.hasMultipleRegions()) && in render()
212 Format.LineCount = 1; in precomputeFormattingInfos()218 ++Format.LineCount; in precomputeFormattingInfos()253 if (BestFormat && I->LineCount > BestFormat->LineCount) in getColumnFormat()
498 unsigned LineCount; member
604 uint64_t LineCount = 0; in print() local609 LineCount = LineCount > BlockCount ? LineCount : BlockCount; in print()612 LineCount += Block->getCount(); in print()650 if (LineCount == 0) in print()653 CovOS << format("%9" PRIu64 ":", LineCount); in print()