Searched refs:getBugReporter (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 108 BugReporter &getBugReporter() { in getBugReporter() function 109 return Eng.getBugReporter(); in getBugReporter() 113 return getBugReporter().getSourceManager(); in getSourceManager() 116 Preprocessor &getPreprocessor() { return getBugReporter().getPreprocessor(); } in getPreprocessor() 274 Eng.getBugReporter().emitReport(std::move(R)); in emitReport()
|
| H A D | ExprEngine.h | 210 BugReporter &getBugReporter() { return BR; } in getBugReporter() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIChecker.cpp | 47 Ctx.getBugReporter()); in checkDoubleNonblocking() 89 Ctx.getBugReporter()); in checkUnmatchedWaits() 119 Ctx.getBugReporter()); in checkMissingWaits()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DereferenceChecker.cpp | 308 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(), in checkLocation() 363 &C.getBugReporter(), in checkBind()
|
| H A D | DebugContainerModeling.cpp | 132 auto &BR = C.getBugReporter(); in reportDebugMsg()
|
| H A D | DebugIteratorModeling.cpp | 126 auto &BR = C.getBugReporter(); in reportDebugMsg()
|
| H A D | NonNullParamChecker.cpp | 203 V, false, N, &C.getBugReporter(), in checkPreCall()
|
| H A D | BlockInCriticalSectionChecker.cpp | 411 "O_NONBLOCK", C.getBugReporter().getPreprocessor()); in reportBlockInCritSection()
|
| H A D | ExprInspectionChecker.cpp | 169 reportBug(Msg, C.getBugReporter(), N, ExprVal); in reportBug()
|
| H A D | BasicObjCFoundationChecks.cpp | 152 dispatchEvent({*Location, /*IsLoad=*/false, N, &C.getBugReporter(), in warnIfNilExpr()
|
| H A D | NullabilityChecker.cpp | 491 reportBug(Msg, Error, BT, N, Region, C.getBugReporter(), ValueExpr); in reportBugIfInvariantHolds()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 731 PathSensitiveBugReporter& getBugReporter() { return BR; } in getBugReporter() function 732 const PathSensitiveBugReporter &getBugReporter() const { return BR; } in getBugReporter() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 784 flushReports(BugReporterTimer.get(), Eng.getBugReporter()); in RunPathSensitiveChecks()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2026 const Decl *EntryPoint = getBugReporter().getAnalysisEntryPoint(); in generate()
|
| H A D | ExprEngine.cpp | 3978 N->getState()->getStateManager().getOwningEngine()).getBugReporter(); in nodeHasBugReport()
|