Searched refs:BReporter (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A 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()
|
| H A D | MPIBugReporter.h | 47 BugReporter &BReporter) const; 58 BugReporter &BReporter) const; 69 BugReporter &BReporter) const;
|
| H A D | MPIChecker.h | 33 MPIChecker() : BReporter(*this) {} in MPIChecker() 98 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()
|