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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp27 BugReporter &BReporter) const {
46 BReporter.emitReport(std::move(Report));
52 BugReporter &BReporter) const {
66 BReporter.emitReport(std::move(Report));
72 BugReporter &BReporter) const {
84 BReporter.emitReport(std::move(Report));
H A DMPIBugReporter.h41 /// \param BReporter bug reporter for current context
46 BugReporter &BReporter) const;
53 /// \param BReporter bug reporter for current context
57 BugReporter &BReporter) const;
64 /// \param BReporter bug reporter for current context
68 BugReporter &BReporter) const;
H A DMPIChecker.h32 MPIChecker() : BReporter(*this) {}
97 MPIBugReporter BReporter; member in class:clang::ento::mpi::MPIChecker
H A DMPIChecker.cpp46 BReporter.reportDoubleNonblocking(PreCallEvent, *Req, MR, ErrorNode,
89 BReporter.reportUnmatchedWait(PreCallEvent, ReqRegion, ErrorNode,
120 BReporter.reportMissingWait(Req.second, Req.first, ErrorNode,

Completed in 78 milliseconds