Searched refs:BReporter (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPIBugReporter.cpp | 28 BugReporter &BReporter) const { in reportDoubleNonblocking() 47 BReporter.emitReport(std::move(Report)); in reportDoubleNonblocking() 53 BugReporter &BReporter) const { in reportMissingWait() 67 BReporter.emitReport(std::move(Report)); in reportMissingWait() 73 BugReporter &BReporter) const { in reportUnmatchedWait() 85 BReporter.emitReport(std::move(Report)); in reportUnmatchedWait()
|
D | MPIBugReporter.h | 47 BugReporter &BReporter) const; 60 BugReporter &BReporter) const; 71 BugReporter &BReporter) const;
|
D | MPIChecker.h | 33 MPIChecker() : BReporter(*this) { } in MPIChecker() 100 MPIBugReporter BReporter; variable
|
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()
|