Home
last modified time | relevance | path

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 DMPIBugReporter.cpp28 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 DMPIBugReporter.h47 BugReporter &BReporter) const;
58 BugReporter &BReporter) const;
69 BugReporter &BReporter) const;
H A DMPIChecker.h33 MPIChecker() : BReporter(*this) {} in MPIChecker()
98 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()