Home
last modified time | relevance | path

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

/freebsd-14.2/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() argument
99 Reporter Report(*this, Coverage, Filters); in createIndexFile()
H A DSourceCoverageViewText.h50 struct Reporter;
H A DSourceCoverageViewHTML.h64 struct Reporter;
H A DSourceCoverageViewHTML.cpp531 struct CoveragePrinterHTMLDirectory::Reporter : public DirectoryCoverageReport { struct in CoveragePrinterHTMLDirectory
534 Reporter(CoveragePrinterHTMLDirectory &Printer, in Reporter() function
697 Reporter Report(*this, Coverage, Filters); in createIndexFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2662 threadSafety::ThreadSafetyReporter Reporter(S, FL, FEL); in IssueWarnings() local
2664 Reporter.setIssueBetaWarnings(true); in IssueWarnings()
2666 Reporter.setVerbose(true); in IssueWarnings()
2668 threadSafety::runThreadSafetyAnalysis(AC, Reporter, in IssueWarnings()
2670 Reporter.emitDiagnostics(); in IssueWarnings()
2709 CalledOnceCheckReporter Reporter(S, IPData->CalledOnceData); in IssueWarnings() local
2711 AC, Reporter, in IssueWarnings()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp229 PathSensitiveBugReporter &Reporter);
2829 PathSensitiveBugReporter &Reporter) { in findValidReport() argument
2831 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports); in findValidReport()
2849 BugReporterContext BRC(Reporter); in findValidReport()
2856 if (Reporter.getAnalyzerOptions().ShouldCrosscheckWithZ3) { in findValidReport()