Lines Matching refs:Totals
427 FunctionCoverageSummary Totals("TOTAL"); in renderFunctionReports() local
430 ++Totals.ExecutionCount; in renderFunctionReports()
431 Totals.RegionCoverage += Function.RegionCoverage; in renderFunctionReports()
432 Totals.LineCoverage += Function.LineCoverage; in renderFunctionReports()
433 Totals.BranchCoverage += Function.BranchCoverage; in renderFunctionReports()
434 Totals.MCDCCoverage += Function.MCDCCoverage; in renderFunctionReports()
437 if (Totals.ExecutionCount) { in renderFunctionReports()
440 render(Totals, DC, OS); in renderFunctionReports()
473 const coverage::CoverageMapping &Coverage, FileCoverageSummary &Totals, in prepareFileReports() argument
498 Totals += FileReport; in prepareFileReports()
522 FileCoverageSummary Totals("TOTAL"); in renderFileReports() local
524 prepareFileReports(Coverage, Totals, Files, Options, Filters); in renderFileReports()
525 renderFileReports(OS, FileReports, Totals, Filters.empty()); in renderFileReports()
530 const FileCoverageSummary &Totals, bool ShowEmptyFiles) const { in renderFileReports() argument
585 render(Totals, OS); in renderFileReports()
615 const ArrayRef<StringRef> &Files, FileCoverageSummary *Totals) { in prepareSubDirectoryReports() argument
670 *Totals += CurrentTotals; in prepareSubDirectoryReports()