Searched refs:Reporter (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 51 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 D | SourceCoverageViewText.h | 50 struct Reporter;
|
| H A D | SourceCoverageViewHTML.h | 64 struct Reporter;
|
| H A D | SourceCoverageViewHTML.cpp | 531 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 D | AnalysisBasedWarnings.cpp | 2662 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 D | BugReporter.cpp | 229 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()
|