Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for C/C++
codeql/cpp-all 4.3.1 (changelog, source)

Predicate Make::DataFlowIntegration::localFlowStep

Holds if there is a local flow step from nodeFrom to nodeTo.

isUseStep is true when nodeFrom is a (post-update) read node and nodeTo is a read node or phi (read) node.

Import path

import codeql.ssa.Ssa
predicate localFlowStep(SourceVariable v, Node nodeFrom, Node nodeTo, boolean isUseStep)