Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
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()
DMPIBugReporter.h46 const ExplodedNode *const ExplNode,
59 const ExplodedNode *const ExplNode,
70 const ExplodedNode *const ExplNode,