Home
last modified time | relevance | path

Searched refs:printTotals (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1521 void LVScopeCompileUnit::printTotals(raw_ostream &OS) const { in printWarnings()
1586 printTotals(OS); in printSizes()
1693 printTotals(OS); in printMatchedElements()
1529 void LVScopeCompileUnit::printTotals(raw_ostream &OS) const { printTotals() function in LVScopeCompileUnit
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h483 void printTotals(raw_ostream &OS) const;
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6134 void printTotals(Totals const& totals);
15517 void printTotals(std::ostream& out, const Totals& totals) { in printTotals() function
15759 printTotals( stream, _testRunStats.totals ); in testRunEnded()
16244 printTotals(_testGroupStats.totals); in testGroupEnded()
16251 printTotals(_testRunStats.totals); in testRunEnded()
16366 void ConsoleReporter::printTotals( Totals const& totals ) { in printTotals() function in Catch::ConsoleReporter