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

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

Completed in 188 milliseconds