HomeSort by: relevance | last modified time | path
    Searched refs:PrintHeader (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
console_reporter.cc 55 void ConsoleReporter::PrintHeader(const Run& run) {
84 PrintHeader(run);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
console_reporter.cc 55 void ConsoleReporter::PrintHeader(const Run& run) {
84 PrintHeader(run);
  /src/external/mit/lua/dist/src/
luac.c 674 static void PrintHeader(const Proto* f)
725 PrintHeader(f);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 311 void printRelocatableStackSizes(std::function<void()> PrintHeader);
312 void printNonRelocatableStackSizes(std::function<void()> PrintHeader);
5457 auto PrintHeader = [&](Optional<StringRef> SecName,
5539 printNotesHelper(*this, PrintHeader, ProcessNote, []() {});
5844 std::function<void()> PrintHeader) {
5850 PrintHeader();
5874 std::function<void()> PrintHeader) {
5915 PrintHeader();
5966 auto PrintHeader = [&]() {
5980 this->printRelocatableStackSizes(PrintHeader);
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 1467 virtual void PrintHeader(const Run& report);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h 1407 virtual void PrintHeader(const Run& report);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 1161 PrintHeader(os);
1182 void PrintHeader(std::ostream* ss) const {
1204 // Each hunk has a header generated by PrintHeader above plus a body with

Completed in 30 milliseconds