Home
last modified time | relevance | path

Searched refs:print_header (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Dgenpytest.py7 def print_header(outf): function
132 print_header(outf)
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dconsole_reporter.cc76 bool print_header = !printed_header_; in ReportRuns() local
79 print_header |= (output_options_ & OO_Tabular) && in ReportRuns()
81 if (print_header) { in ReportRuns()
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dmultivalue-stackify.py192 def print_header(): function
214 print_header()
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Ddisplay.py65 def print_header(self): pass member in NopDisplay
80 def print_header(self): member in Display
H A Dmain.py224 display.print_header()