Home
last modified time | relevance | path

Searched refs:getBugReporter (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h103 BugReporter &getBugReporter() { in getBugReporter() function
104 return Eng.getBugReporter(); in getBugReporter()
108 return getBugReporter().getSourceManager(); in getSourceManager()
220 Eng.getBugReporter().emitReport(std::move(R)); in emitReport()
H A DExprEngine.h189 BugReporter &getBugReporter() { return BR; } in getBugReporter() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp47 Ctx.getBugReporter()); in checkDoubleNonblocking()
90 Ctx.getBugReporter()); in checkUnmatchedWaits()
121 Ctx.getBugReporter()); in checkMissingWaits()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp237 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(), in checkLocation()
279 &C.getBugReporter(), in checkBind()
H A DNonNullParamChecker.cpp165 V, false, N, &C.getBugReporter(), in checkPreCall()
H A DExprInspectionChecker.cpp134 reportBug(Msg, C.getBugReporter(), N); in reportBug()
H A DNullabilityChecker.cpp448 reportBug(Msg, Error, N, Region, C.getBugReporter(), ValueExpr); in reportBugIfInvariantHolds()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h569 GRBugReporter& getBugReporter() { return BR; } in getBugReporter() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp752 Eng.getBugReporter().FlushReports(); in RunPathSensitiveChecks()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1918 AnalyzerOptions &Opts = PDB.getBugReporter().getAnalyzerOptions(); in generatePathDiagnosticForConsumer()
H A DExprEngine.cpp2955 N->getState()->getStateManager().getOwningEngine()).getBugReporter(); in nodeHasBugReport()