Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/test/
H A Dbenchmark_random_interleaving_gtest.cc54 std::unique_ptr<BenchmarkReporter> reporter(new NullReporter()); in Execute() local
H A Doutput_test_helper.cc401 benchmark::BenchmarkReporter& reporter; in RunOutputTests() member
/llvm-project/third-party/benchmark/src/
H A Dbenchmark.cc322 void FlushStreams(BenchmarkReporter* reporter) { in FlushStreams()
332 const RunResults& results) { in Report()
/llvm-project/clang/tools/scan-view/share/
H A DScanView.py125 def __init__(self, report, reporter, parameters, server): argument
/llvm-project/flang/lib/Semantics/
H A Dcheck-io.cpp68 FormatErrorReporter reporter{context_, reporterCharBlock}; in Enter() local
272 [&](const auto &msg) { return reporter.Say(msg); }}; in Enter() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc1051 TestPartResultReporterInterface* reporter) { in SetGlobalTestPartResultReporter()
1064 TestPartResultReporterInterface* reporter) { in SetTestPartResultReporterForCurrentThread()
/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2725 UninitValsDiagReporter reporter(S); IssueWarnings() local