Searched refs:BReporter (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ ! |
| H A D | MPIBugReporter.cpp | 27 BugReporter &BReporter) const { in reportDoubleNonblocking() 46 BReporter.emitReport(std::move(Report)); in reportDoubleNonblocking() 52 BugReporter &BReporter) const { in reportMissingWait() 66 BReporter.emitReport(std::move(Report)); in reportMissingWait() 72 BugReporter &BReporter) const { in reportUnmatchedWait() 84 BReporter.emitReport(std::move(Report)); in reportUnmatchedWait()
|
| H A D | MPIBugReporter.h | 45 BugReporter &BReporter) const; 56 BugReporter &BReporter) const; 67 BugReporter &BReporter) const;
|
| H A D | MPIChecker.h | 32 MPIChecker() : BReporter(*this) {} in MPIChecker() 97 MPIBugReporter BReporter; variable
|
| H A D | MPIChecker.cpp | 46 BReporter.reportDoubleNonblocking(PreCallEvent, *Req, MR, ErrorNode, in checkDoubleNonblocking() 89 BReporter.reportUnmatchedWait(PreCallEvent, ReqRegion, ErrorNode, in checkUnmatchedWaits() 120 BReporter.reportMissingWait(Req.second, Req.first, ErrorNode, in checkMissingWaits()
|