Searched refs:getBugReporter (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CheckerContext.h | 149 BugReporter &getBugReporter() { in getBugReporter() function 150 return Eng.getBugReporter(); in getBugReporter() 154 return getBugReporter().getSourceManager(); in getSourceManager() 263 Eng.getBugReporter().emitReport(std::move(R)); in emitReport()
|
D | ExprEngine.h | 133 BugReporter& getBugReporter() { return BR; } in getBugReporter() function
|
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPIChecker.cpp | 46 BReporter.reportDoubleNonblocking(PreCallEvent, *Req, MR, ErrorNode, Ctx.getBugReporter()); in checkDoubleNonblocking() 88 BReporter.reportUnmatchedWait(PreCallEvent, ReqRegion, ErrorNode, Ctx.getBugReporter()); in checkUnmatchedWaits() 121 BReporter.reportMissingWait(Req.second, Req.first, ErrorNode, Ctx.getBugReporter()); in checkMissingWaits()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DereferenceChecker.cpp | 232 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(), in checkLocation() 274 &C.getBugReporter(), in checkBind()
|
D | NonNullParamChecker.cpp | 166 V, false, N, &C.getBugReporter(), in checkPreCall()
|
D | NullabilityChecker.cpp | 470 reportBug(Msg, Error, N, Region, C.getBugReporter(), ValueExpr); in reportBugIfInvariantHolds()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 298 ExprEngine &Eng = BRC.getBugReporter().getEngine(); in visitNodeInitial() 338 ExprEngine &Eng = BRC.getBugReporter().getEngine(); in visitNodeMaybeUnsuppress() 1248 cast<GRBugReporter>(BRC.getBugReporter()). in VisitNodeImpl() 1561 ExprEngine &Eng = BRC.getBugReporter().getEngine(); in getEndPath()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 534 GRBugReporter& getBugReporter() { return BR; }
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 675 Eng.getBugReporter().FlushReports(); in ActionExprEngine()
|