Searched refs:BReporter (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIChecker.h | 32 MPIChecker() : BReporter(*this) {} in MPIChecker() 97 MPIBugReporter BReporter; variable
|
H A D | MPIChecker.cpp | 46 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()
|