Searched refs:LineCount (Results 1 – 7 of 7) 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()
211 Format.LineCount = 1; in precomputeFormattingInfos()217 ++Format.LineCount; in precomputeFormattingInfos()252 if (BestFormat && I->LineCount > BestFormat->LineCount) in getColumnFormat()
511 unsigned LineCount; member
571 uint64_t LineCount = 0; in print() local578 LineCount = LineCount > BlockCount ? LineCount : BlockCount; in print()581 LineCount += Block->getCount(); in print()619 if (LineCount == 0) in print()622 OS << format("%9" PRIu64 ":", LineCount); in print()
59 UINT8 LineCount; /* Number of help lines */ member
364 def LineCount(self): member in Entry396 'around line %d' % (self._name, self.LineCount()))400 'around line %d' % (self._name, self.LineCount()))404 'around line %d' % (self._name, self.LineCount()))594 'around line %d' % (self._name, self.LineCount()))