Lines Matching defs:Totals
427 FunctionCoverageSummary Totals("TOTAL");
430 ++Totals.ExecutionCount;
431 Totals.RegionCoverage += Function.RegionCoverage;
432 Totals.LineCoverage += Function.LineCoverage;
433 Totals.BranchCoverage += Function.BranchCoverage;
434 Totals.MCDCCoverage += Function.MCDCCoverage;
437 if (Totals.ExecutionCount) {
440 render(Totals, DC, OS);
473 const coverage::CoverageMapping &Coverage, FileCoverageSummary &Totals,
498 Totals += FileReport;
522 FileCoverageSummary Totals("TOTAL");
524 prepareFileReports(Coverage, Totals, Files, Options, Filters);
525 renderFileReports(OS, FileReports, Totals, Filters.empty());
530 const FileCoverageSummary &Totals, bool ShowEmptyFiles) const {
585 render(Totals, OS);
613 /// FileCoverageSummary of this directory will be added to \p Totals.
615 const ArrayRef<StringRef> &Files, FileCoverageSummary *Totals) {
670 *Totals += CurrentTotals;