Home
last modified time | relevance | path

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

/freebsd/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.cpp699 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 DBugReporter.cpp233 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 DAnalysisBasedWarnings.cpp2989 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()