mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Data flow: Sync files
This commit is contained in:
@@ -216,10 +216,9 @@ private module LambdaFlow {
|
|||||||
or
|
or
|
||||||
// jump step
|
// jump step
|
||||||
exists(Node mid, DataFlowType t0 |
|
exists(Node mid, DataFlowType t0 |
|
||||||
revLambdaFlow(lambdaCall, kind, mid, t0, _, _, _) and
|
revLambdaFlow(lambdaCall, kind, mid, t0, _, _, lastCall) and
|
||||||
toReturn = false and
|
toReturn = false and
|
||||||
toJump = true and
|
toJump = true
|
||||||
lastCall = TDataFlowCallNone()
|
|
||||||
|
|
|
|
||||||
jumpStepCached(node, mid) and
|
jumpStepCached(node, mid) and
|
||||||
t = t0
|
t = t0
|
||||||
|
|||||||
@@ -216,10 +216,9 @@ private module LambdaFlow {
|
|||||||
or
|
or
|
||||||
// jump step
|
// jump step
|
||||||
exists(Node mid, DataFlowType t0 |
|
exists(Node mid, DataFlowType t0 |
|
||||||
revLambdaFlow(lambdaCall, kind, mid, t0, _, _, _) and
|
revLambdaFlow(lambdaCall, kind, mid, t0, _, _, lastCall) and
|
||||||
toReturn = false and
|
toReturn = false and
|
||||||
toJump = true and
|
toJump = true
|
||||||
lastCall = TDataFlowCallNone()
|
|
||||||
|
|
|
|
||||||
jumpStepCached(node, mid) and
|
jumpStepCached(node, mid) and
|
||||||
t = t0
|
t = t0
|
||||||
|
|||||||
@@ -216,10 +216,9 @@ private module LambdaFlow {
|
|||||||
or
|
or
|
||||||
// jump step
|
// jump step
|
||||||
exists(Node mid, DataFlowType t0 |
|
exists(Node mid, DataFlowType t0 |
|
||||||
revLambdaFlow(lambdaCall, kind, mid, t0, _, _, _) and
|
revLambdaFlow(lambdaCall, kind, mid, t0, _, _, lastCall) and
|
||||||
toReturn = false and
|
toReturn = false and
|
||||||
toJump = true and
|
toJump = true
|
||||||
lastCall = TDataFlowCallNone()
|
|
||||||
|
|
|
|
||||||
jumpStepCached(node, mid) and
|
jumpStepCached(node, mid) and
|
||||||
t = t0
|
t = t0
|
||||||
|
|||||||
@@ -216,10 +216,9 @@ private module LambdaFlow {
|
|||||||
or
|
or
|
||||||
// jump step
|
// jump step
|
||||||
exists(Node mid, DataFlowType t0 |
|
exists(Node mid, DataFlowType t0 |
|
||||||
revLambdaFlow(lambdaCall, kind, mid, t0, _, _, _) and
|
revLambdaFlow(lambdaCall, kind, mid, t0, _, _, lastCall) and
|
||||||
toReturn = false and
|
toReturn = false and
|
||||||
toJump = true and
|
toJump = true
|
||||||
lastCall = TDataFlowCallNone()
|
|
||||||
|
|
|
|
||||||
jumpStepCached(node, mid) and
|
jumpStepCached(node, mid) and
|
||||||
t = t0
|
t = t0
|
||||||
|
|||||||
@@ -216,10 +216,9 @@ private module LambdaFlow {
|
|||||||
or
|
or
|
||||||
// jump step
|
// jump step
|
||||||
exists(Node mid, DataFlowType t0 |
|
exists(Node mid, DataFlowType t0 |
|
||||||
revLambdaFlow(lambdaCall, kind, mid, t0, _, _, _) and
|
revLambdaFlow(lambdaCall, kind, mid, t0, _, _, lastCall) and
|
||||||
toReturn = false and
|
toReturn = false and
|
||||||
toJump = true and
|
toJump = true
|
||||||
lastCall = TDataFlowCallNone()
|
|
||||||
|
|
|
|
||||||
jumpStepCached(node, mid) and
|
jumpStepCached(node, mid) and
|
||||||
t = t0
|
t = t0
|
||||||
|
|||||||
Reference in New Issue
Block a user