Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Swift
codeql/swift-all 4.3.0 (changelog, source)

Predicate localExprFlow

Holds if data can flow from e1 to e2 in zero or more local (intra-procedural) steps.

Import path

import codeql.swift.dataflow.internal.DataFlowPublic
predicate localExprFlow(DataFlowExpr e1, DataFlowExpr e2)