codeql/cpp-all
12.0.3
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.SsaImpl
predicate ssaFlow(Node nodeFrom, Node nodeTo)