Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp92 if (IsNodeFound) in VisitNode()
103 IsNodeFound = true; in VisitNode()
H A DMPIBugReporter.h95 bool IsNodeFound = false; variable