Searched refs:ExplNode (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPIBugReporter.cpp | 27 const ExplodedNode *const ExplNode, in reportDoubleNonblocking() argument 35 ErrorText, ExplNode); in reportDoubleNonblocking() 52 const ExplodedNode *const ExplNode, in reportMissingWait() argument 58 llvm::make_unique<BugReport>(*MissingWaitBugType, ErrorText, ExplNode); in reportMissingWait() 72 const ExplodedNode *const ExplNode, in reportUnmatchedWait() argument 78 llvm::make_unique<BugReport>(*UnmatchedWaitBugType, ErrorText, ExplNode); in reportUnmatchedWait()
|
D | MPIBugReporter.h | 46 const ExplodedNode *const ExplNode, 59 const ExplodedNode *const ExplNode, 70 const ExplodedNode *const ExplNode,
|