Searched refs:getBugReporter (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 104 BugReporter &getBugReporter() { in getBugReporter() function 105 return Eng.getBugReporter(); in getBugReporter() 109 return getBugReporter().getSourceManager(); in getSourceManager() 112 Preprocessor &getPreprocessor() { return getBugReporter().getPreprocessor(); } in getPreprocessor() 246 Eng.getBugReporter().emitReport(std::move(R)); in emitReport()
|
| H A D | ExprEngine.h | 217 BugReporter &getBugReporter() { return BR; } in getBugReporter() function
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | CallEventTest.cpp | 31 C.getBugReporter().EmitBasicReport( in reportBug()
|
| H A D | CallDescriptionTest.cpp | 569 C.getBugReporter().EmitBasicReport( in checkPreCall() 578 C.getBugReporter().EmitBasicReport( in checkPreStmt()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DereferenceChecker.cpp | 274 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(), in checkLocation() 316 &C.getBugReporter(), in checkBind()
|
| H A D | DebugContainerModeling.cpp | 139 auto &BR = C.getBugReporter(); in reportDebugMsg()
|
| H A D | DebugIteratorModeling.cpp | 133 auto &BR = C.getBugReporter(); in reportDebugMsg()
|
| H A D | NonNullParamChecker.cpp | 202 V, false, N, &C.getBugReporter(), in checkPreCall()
|
| H A D | ExprInspectionChecker.cpp | 167 reportBug(Msg, C.getBugReporter(), N, ExprVal); in reportBug()
|
| H A D | NullabilityChecker.cpp | 450 reportBug(Msg, Error, CK, N, Region, C.getBugReporter(), ValueExpr); in reportBugIfInvariantHolds()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 747 Eng.getBugReporter().FlushReports(); in RunPathSensitiveChecks()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 711 PathSensitiveBugReporter& getBugReporter() { return BR; } in getBugReporter() function
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 3464 N->getState()->getStateManager().getOwningEngine()).getBugReporter(); in nodeHasBugReport()
|