Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp42 Report->addVisitor(std::make_unique<RequestNodeVisitor>( in reportDoubleNonblocking()
62 Report->addVisitor(std::make_unique<RequestNodeVisitor>( in reportMissingWait()
88 MPIBugReporter::RequestNodeVisitor::VisitNode(const ExplodedNode *N, in VisitNode()
H A DMPIBugReporter.h77 class RequestNodeVisitor : public BugReporterVisitor {
79 RequestNodeVisitor(const MemRegion *const MemoryRegion, in RequestNodeVisitor() function