Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp26 BugReporter &BReporter) const { in reportDoubleNonblocking()
45 BReporter.emitReport(std::move(Report)); in reportDoubleNonblocking()
51 BugReporter &BReporter) const { in reportMissingWait()
65 BReporter.emitReport(std::move(Report)); in reportMissingWait()
71 BugReporter &BReporter) const { in reportUnmatchedWait()
83 BReporter.emitReport(std::move(Report)); in reportUnmatchedWait()
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()
88 BReporter.reportUnmatchedWait(PreCallEvent, ReqRegion, ErrorNode, in checkUnmatchedWaits()
118 BReporter.reportMissingWait(Req.second, Req.first, ErrorNode, in checkMissingWaits()