Home
last modified time | relevance | path

Searched defs:reports (Results 1 – 7 of 7) sorted by relevance

/llvm-project/third-party/benchmark/src/
H A Dcsv_reporter.cc62 void CSVReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
H A Dconsole_reporter.cc79 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns()
H A Dstatistics.cc93 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeStats()
H A Dcomplexity.cc160 const std::vector<BenchmarkReporter::Run>& reports) { in ComputeBigO()
H A Djson_reporter.cc201 void JSONReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns()
/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/
H A Dinterface.h114 struct scudo_error_report reports[3]; member
/llvm-project/lld/ELF/
H A DDriver.cpp1537 auto reports = {std::make_pair("bti-report", &config->zBtiReport), readConfigs() local