/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageReport.cpp | 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() [all …]
|
H A D | CoverageReport.h | 45 FileCoverageSummary &Totals, ArrayRef<std::string> Files, 72 const FileCoverageSummary &Totals, 134 FileCoverageSummary *Totals);
|
H A D | CoverageExporterJson.cpp | 325 FileCoverageSummary Totals = FileCoverageSummary("Totals"); in renderRoot() local 326 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals, in renderRoot() 340 {{"files", std::move(Files)}, {"totals", renderSummary(Totals)}}); in renderRoot()
|
H A D | CoverageExporterLcov.cpp | 220 FileCoverageSummary Totals = FileCoverageSummary("Totals"); in renderRoot() local 221 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals, in renderRoot()
|
H A D | SourceCoverageViewHTML.cpp | 669 FileCoverageSummary Totals("TOTALS"); in createIndexFile() local 671 Coverage, Totals, SourceFiles, Opts, Filters); in createIndexFile() 679 emitFileSummary(OSRef, "Totals", Totals, /*IsTotals=*/true); in createIndexFile()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.h | 46 Totals.update(RecordSize); 51 Stat Totals; in update() 53 Stat Totals; global() member
|
H A D | DumpOutputStyle.cpp | 337 Stats.Totals.Count, Stats.Totals.Size); in printModuleDetailStats() 589 if (SymStats.Totals.Count > 0) { in dumpSymbolStats() 616 TypeStats.Totals.Count, TypeStats.Totals.Size, in dumpTypeStats() 617 (double)TypeStats.Totals.Size / TypeStats.Totals.Count); in dumpTypeStats() 752 size_t CD = NumDigits(UdtStats.Totals.Count); in dumpUdtStats() 756 size_t SD = NumDigits(UdtStats.Totals.Size); in dumpUdtStats() 778 fmt_align(UdtStats.Totals.Count, AlignStyle::Right, CD), in dumpUdtStats() 779 fmt_align(UdtStats.Totals.Size, AlignStyle::Right, SD)); in dumpUdtStats()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 1524 OS << format("[%03d]: %10d (%6.2f%%)\n", Index, Totals[Index].first, in printWarnings() 1525 Totals[Index].second); in printWarnings() 1544 if (Level >= Totals.size()) in printScopeSize() 1545 Totals.resize(2 * Level); in printScopeSize() 1546 Totals[Level].first += Size; in printScopeSize() 1547 Totals[Level].second += Percentage; in printScopeSize()
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 2800 struct Totals { struct 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 const& _totals, 5509 Totals totals; 5517 Totals const& _totals, 5528 Totals totals; [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVScope.h | 470 SmallVector<LVTotalsEntry> Totals; variable 490 LVScopeCompileUnit() : LVScope(), Totals(TotalInitialSize, {0, 0.0}) { in LVScopeCompileUnit()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | map | 26 >>53 byte 10 \b (Totals)
|