Searched refs:getBugReporter (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 102 BugReporter &getBugReporter() { in getBugReporter() function 103 return Eng.getBugReporter(); in getBugReporter() 107 return getBugReporter().getSourceManager(); in getSourceManager() 110 Preprocessor &getPreprocessor() { return getBugReporter().getPreprocessor(); } in getPreprocessor() 244 Eng.getBugReporter().emitReport(std::move(R)); in emitReport()
|
| H A D | ExprEngine.h | 220 BugReporter &getBugReporter() { return BR; } in getBugReporter() function
|
| /freebsd-13.1/contrib/llvm-project/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-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DereferenceChecker.cpp | 243 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(), in checkLocation() 285 &C.getBugReporter(), in checkBind()
|
| H A D | DebugContainerModeling.cpp | 138 auto &BR = C.getBugReporter(); in reportDebugMsg()
|
| H A D | DebugIteratorModeling.cpp | 132 auto &BR = C.getBugReporter(); in reportDebugMsg()
|
| H A D | NonNullParamChecker.cpp | 202 V, false, N, &C.getBugReporter(), in checkPreCall()
|
| H A D | ExprInspectionChecker.cpp | 161 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 697 Eng.getBugReporter().FlushReports(); in RunPathSensitiveChecks()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 713 PathSensitiveBugReporter& getBugReporter() { return BR; } in getBugReporter() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 3126 N->getState()->getStateManager().getOwningEngine()).getBugReporter(); in nodeHasBugReport()
|