codeql/cpp-all
4.0.3-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Holds if there is def-use or use-use flow from nodeFrom to nodeTo.
nodeFrom
nodeTo
import semmle.code.cpp.ir.dataflow.internal.SsaInternals
predicate ssaFlow(Node nodeFrom, Node nodeTo)