HomeSort by relevance Sort by last modified time
    Searched defs:LineCount (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-cov/
CoverageSummaryInfo.cpp 46 unsigned LineCount = LineEnd - LineStart + 1;
50 ExecutionCounts.resize(LineCount, 0);
57 LineCount -= CR.LineEnd - CR.LineStart + 1;
63 CoveredLines += LineCount - std::count(ExecutionCounts.begin(),
65 NumLines += LineCount;
SourceCoverageView.cpp 185 LineCoverageInfo LineCount;
187 LineCount.addRegionCount(WrappedSegment->Count);
190 LineCount.addRegionStartCount(S->Count);
195 renderLineCoverageColumn(OS, LineCount);
211 LineCount.hasMultipleRegions()) &&
  /external/clang/lib/Format/
FormatToken.h 498 unsigned LineCount;
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 303 milliseconds