Home
last modified time | relevance | path

Searched refs:Reporter (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp51 struct CoveragePrinterTextDirectory::Reporter : public DirectoryCoverageReport { struct in CoveragePrinterTextDirectory
54 Reporter(CoveragePrinterTextDirectory &Printer, in Reporter() function
99 Reporter Report(*this, Coverage, Filters); in createIndexFile()
H A DSourceCoverageViewText.h50 struct Reporter;
H A DSourceCoverageViewHTML.h63 struct Reporter;
H A DSourceCoverageViewHTML.cpp704 struct CoveragePrinterHTMLDirectory::Reporter : public DirectoryCoverageReport { struct in CoveragePrinterHTMLDirectory
707 Reporter(CoveragePrinterHTMLDirectory &Printer, in Reporter() function
875 Reporter Report(*this, Coverage, Filters); in createIndexFile()
/src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2702 threadSafety::ThreadSafetyReporter Reporter(S, FL, FEL); in IssueWarnings() local
2704 Reporter.setIssueBetaWarnings(true); in IssueWarnings()
2706 Reporter.setVerbose(true); in IssueWarnings()
2708 threadSafety::runThreadSafetyAnalysis(AC, Reporter, in IssueWarnings()
2710 Reporter.emitDiagnostics(); in IssueWarnings()
2749 CalledOnceCheckReporter Reporter(S, IPData->CalledOnceData); in IssueWarnings() local
2751 AC, Reporter, in IssueWarnings()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp239 PathSensitiveBugReporter &Reporter);
2845 PathSensitiveBugReporter &Reporter) { in findValidReport() argument
2846 Z3CrosscheckOracle Z3Oracle(Reporter.getAnalyzerOptions()); in findValidReport()
2848 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports); in findValidReport()
2866 BugReporterContext BRC(Reporter); in findValidReport()
2873 if (Reporter.getAnalyzerOptions().ShouldCrosscheckWithZ3) { in findValidReport()
2879 Reporter.getAnalyzerOptions()); in findValidReport()