Home
last modified time | relevance | path

Searched refs:LineCount (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.cpp46 unsigned LineCount = LineEnd - LineStart + 1; in get() local
50 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()
DSourceCoverageView.cpp185 LineCoverageInfo LineCount; in render() local
187 LineCount.addRegionCount(WrappedSegment->Count); in render()
190 LineCount.addRegionStartCount(S->Count); in render()
195 renderLineCoverageColumn(OS, LineCount); in render()
211 LineCount.hasMultipleRegions()) && in render()
/external/clang/lib/Format/
DFormatToken.cpp212 Format.LineCount = 1; in precomputeFormattingInfos()
218 ++Format.LineCount; in precomputeFormattingInfos()
253 if (BestFormat && I->LineCount > BestFormat->LineCount) in getColumnFormat()
DFormatToken.h498 unsigned LineCount; member
/external/llvm/lib/IR/
DGCOV.cpp604 uint64_t LineCount = 0; in print() local
609 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()