Searched refs:getBugReporter (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerContext.h | 105 BugReporter &getBugReporter() { in getBugReporter() function 106 return Eng.getBugReporter(); in getBugReporter() 110 return getBugReporter().getSourceManager(); in getSourceManager() 113 Preprocessor &getPreprocessor() { return getBugReporter().getPreprocessor(); } in getPreprocessor() 263 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() 90 Ctx.getBugReporter()); in checkUnmatchedWaits() 121 Ctx.getBugReporter()); in checkMissingWaits()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DereferenceChecker.cpp | 281 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(), in checkLocation() 329 &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 | BasicObjCFoundationChecks.cpp | 153 dispatchEvent({*Location, /*IsLoad=*/false, N, &C.getBugReporter(), in warnIfNilExpr()
|
H A D | NullabilityChecker.cpp | 494 reportBug(Msg, Error, CK, N, Region, C.getBugReporter(), ValueExpr); in reportBugIfInvariantHolds()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 726 PathSensitiveBugReporter& getBugReporter() { return BR; } in getBugReporter() function 727 const PathSensitiveBugReporter &getBugReporter() const { return BR; } in getBugReporter() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 748 Eng.getBugReporter().FlushReports(); in RunPathSensitiveChecks()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 2009 const Decl *EntryPoint = getBugReporter().getAnalysisEntryPoint(); in generate()
|
H A D | ExprEngine.cpp | 3827 N->getState()->getStateManager().getOwningEngine()).getBugReporter(); in nodeHasBugReport()
|