Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp274 auto Reporter = llvm::make_unique<BugReport>(*BT, Msg, N); in reportBug() local
275 Reporter->addVisitor(llvm::make_unique<VirtualBugVisitor>(Reg)); in reportBug()
276 C.emitReport(std::move(Reporter)); in reportBug()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2150 threadSafety::ThreadSafetyReporter Reporter(S, FL, FEL); in IssueWarnings() local
2152 Reporter.setIssueBetaWarnings(true); in IssueWarnings()
2154 Reporter.setVerbose(true); in IssueWarnings()
2156 threadSafety::runThreadSafetyAnalysis(AC, Reporter, in IssueWarnings()
2158 Reporter.emitDiagnostics(); in IssueWarnings()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2598 GRBugReporter &Reporter) { in findValidReport() argument
2617 BugReporterContext BRC(Reporter, ErrorGraph.BackMap); in findValidReport()