Home
last modified time | relevance | path

Searched refs:PrintHeader (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dconsole_reporter.cc55 void ConsoleReporter::PrintHeader(const Run& run) { in PrintHeader() function in benchmark::ConsoleReporter
84 PrintHeader(run); in ReportRuns()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dconsole_reporter.cc55 void ConsoleReporter::PrintHeader(const Run& run) { in PrintHeader() function in benchmark::ConsoleReporter
84 PrintHeader(run); in ReportRuns()
/netbsd-src/external/mit/lua/dist/src/
H A Dluac.c674 static void PrintHeader(const Proto* f) in PrintHeader() function
725 PrintHeader(f); in PrintFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp311 void printRelocatableStackSizes(std::function<void()> PrintHeader);
312 void printNonRelocatableStackSizes(std::function<void()> PrintHeader);
5457 auto PrintHeader = [&](Optional<StringRef> SecName, in printNotes() local
5539 printNotesHelper(*this, PrintHeader, ProcessNote, []() {}); in printNotes()
5844 std::function<void()> PrintHeader) { in printNonRelocatableStackSizes() argument
5850 PrintHeader(); in printNonRelocatableStackSizes()
5874 std::function<void()> PrintHeader) { in printRelocatableStackSizes() argument
5915 PrintHeader(); in printRelocatableStackSizes()
5966 auto PrintHeader = [&]() { in printStackSizes() local
5980 this->printRelocatableStackSizes(PrintHeader); in printStackSizes()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h1407 virtual void PrintHeader(const Run& report);
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1467 virtual void PrintHeader(const Run& report);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1161 PrintHeader(os); in PrintTo()
1182 void PrintHeader(std::ostream* ss) const { in PrintHeader() function in testing::internal::edit_distance::__anonaa9cce310211::Hunk