Home
last modified time | relevance | path

Searched refs:BReporter (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ !
H A DMPIBugReporter.cpp27 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 DMPIBugReporter.h45 BugReporter &BReporter) const;
56 BugReporter &BReporter) const;
67 BugReporter &BReporter) const;
H A DMPIChecker.h32 MPIChecker() : BReporter(*this) {} in MPIChecker()
97 MPIBugReporter BReporter; variable
H A DMPIChecker.cpp46 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()