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 D | CheckerContext.h | 103 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 D | ExprEngine.h | 189 BugReporter &getBugReporter() { return BR; } in getBugReporter() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIChecker.cpp | 47 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 D | DereferenceChecker.cpp | 237 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(), in checkLocation() 279 &C.getBugReporter(), in checkBind()
|
| H A D | NonNullParamChecker.cpp | 165 V, false, N, &C.getBugReporter(), in checkPreCall()
|
| H A D | ExprInspectionChecker.cpp | 134 reportBug(Msg, C.getBugReporter(), N); in reportBug()
|
| H A D | NullabilityChecker.cpp | 448 reportBug(Msg, Error, N, Region, C.getBugReporter(), ValueExpr); in reportBugIfInvariantHolds()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 569 GRBugReporter& getBugReporter() { return BR; } in getBugReporter() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 752 Eng.getBugReporter().FlushReports(); in RunPathSensitiveChecks()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1918 AnalyzerOptions &Opts = PDB.getBugReporter().getAnalyzerOptions(); in generatePathDiagnosticForConsumer()
|
| H A D | ExprEngine.cpp | 2955 N->getState()->getStateManager().getOwningEngine()).getBugReporter(); in nodeHasBugReport()
|