Searched refs:Totals (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp121 FileCoverageSummary Totals = FileCoverageSummary("Totals"); local
122 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals,
H A DCoverageReport.cpp307 FunctionCoverageSummary Totals("TOTAL");
310 ++Totals.ExecutionCount;
311 Totals.RegionCoverage += Function.RegionCoverage;
312 Totals.LineCoverage += Function.LineCoverage;
315 if (Totals.ExecutionCount) {
318 render(Totals, DC, OS);
351 const coverage::CoverageMapping &Coverage, FileCoverageSummary &Totals,
376 Totals += FileReport;
400 FileCoverageSummary Totals("TOTAL");
402 prepareFileReports(Coverage, Totals, File
350 prepareFileReports( const coverage::CoverageMapping &Coverage, FileCoverageSummary &Totals, ArrayRef<std::string> Files, const CoverageViewOptions &Options, const CoverageFilter &Filters) argument
[all...]
H A DCoverageReport.h42 FileCoverageSummary &Totals, ArrayRef<std::string> Files,
H A DCoverageExporterJson.cpp216 FileCoverageSummary Totals = FileCoverageSummary("Totals"); local
217 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals,
232 {{"files", std::move(Files)}, {"totals", renderSummary(Totals)}});
H A DSourceCoverageViewHTML.cpp427 FileCoverageSummary Totals("TOTALS");
429 Coverage, Totals, SourceFiles, Opts, Filters);
437 emitFileSummary(OSRef, "Totals", Totals, /*IsTotals=*/true);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h55 Totals.update(RecordSize);
60 Stat Totals; member in struct:llvm::pdb::StatCollection
H A DDumpOutputStyle.cpp336 Stats.Totals.Count, Stats.Totals.Size);
689 if (SymStats.Totals.Count > 0) {
715 TypeStats.Totals.Count, TypeStats.Totals.Size,
716 (double)TypeStats.Totals.Size / TypeStats.Totals.Count);
855 size_t CD = NumDigits(UdtStats.Totals.Count);
859 size_t SD = NumDigits(UdtStats.Totals.Size);
881 fmt_align(UdtStats.Totals
[all...]
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp2800 struct Totals {
2802 Totals operator - ( Totals const& other ) const;
2803 Totals& operator += ( Totals const& other );
2805 Totals delta( Totals const& prevTotals ) const;
5465 Totals const& _totals );
5475 Totals totals;
5497 Totals cons
[all...]

Completed in 193 milliseconds