Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
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()
DMPIBugReporter.h47 BugReporter &BReporter) const;
60 BugReporter &BReporter) const;
71 BugReporter &BReporter) const;
DMPIChecker.h33 MPIChecker() : BReporter(*this) { } in MPIChecker()
100 MPIBugReporter BReporter; variable
DMPIChecker.cpp46 BReporter.reportDoubleNonblocking(PreCallEvent, *Req, MR, ErrorNode, Ctx.getBugReporter()); in checkDoubleNonblocking()
88 BReporter.reportUnmatchedWait(PreCallEvent, ReqRegion, ErrorNode, Ctx.getBugReporter()); in checkUnmatchedWaits()
121 BReporter.reportMissingWait(Req.second, Req.first, ErrorNode, Ctx.getBugReporter()); in checkMissingWaits()