Home
last modified time | relevance | path

Searched refs:ExplNode (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp27 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()
H A DMPIBugReporter.h46 const ExplodedNode *const ExplNode,
57 const ExplodedNode *const ExplNode,
68 const ExplodedNode *const ExplNode,