Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp93 if (IsNodeFound) in VisitNode()
102 IsNodeFound = true; in VisitNode()
H A DMPIBugReporter.h99 bool IsNodeFound = false; variable