Searched refs:Reporter (Results 1 – 6 of 6) sorted by relevance
| /freebsd/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() function 99 Reporter Report(*this, Coverage, Filters); in createIndexFile()
|
| H A D | SourceCoverageViewText.h | 50 struct Reporter;
|
| H A D | SourceCoverageViewHTML.h | 63 struct Reporter;
|
| H A D | SourceCoverageViewHTML.cpp | 699 struct CoveragePrinterHTMLDirectory::Reporter : public DirectoryCoverageReport { struct in CoveragePrinterHTMLDirectory 702 Reporter(CoveragePrinterHTMLDirectory &Printer, in Reporter() function 870 Reporter Report(*this, Coverage, Filters); in createIndexFile()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 233 PathSensitiveBugReporter &Reporter); 2889 PathSensitiveBugReporter &Reporter) { in findValidReport() argument 2890 Z3CrosscheckOracle Z3Oracle(Reporter.getAnalyzerOptions()); in findValidReport() 2892 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports); in findValidReport() 2910 BugReporterContext BRC(Reporter); in findValidReport() 2917 if (Reporter.getAnalyzerOptions().ShouldCrosscheckWithZ3) { in findValidReport() 2924 Reporter.getAnalyzerOptions()); in findValidReport()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 2989 threadSafety::ThreadSafetyReporter Reporter(S, FL, FEL); in IssueWarnings() local 2991 Reporter.setIssueBetaWarnings(true); in IssueWarnings() 2993 Reporter.setVerbose(true); in IssueWarnings() 2995 threadSafety::runThreadSafetyAnalysis(AC, Reporter, in IssueWarnings() 2997 Reporter.emitDiagnostics(); in IssueWarnings() 3043 CalledOnceCheckReporter Reporter(S, IPData->CalledOnceData); in IssueWarnings() local 3045 AC, Reporter, in IssueWarnings()
|