mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Sync files.
This commit is contained in:
@@ -180,6 +180,11 @@ module Public {
|
|||||||
result = "Argument[" + getParameterPosition(pos) + "]"
|
result = "Argument[" + getParameterPosition(pos) + "]"
|
||||||
)
|
)
|
||||||
or
|
or
|
||||||
|
exists(string synthetic |
|
||||||
|
sc = TSyntheticGlobalSummaryComponent(synthetic) and
|
||||||
|
result = "SyntheticGlobal[" + synthetic + "]"
|
||||||
|
)
|
||||||
|
or
|
||||||
sc = TReturnSummaryComponent(getReturnValueKind()) and result = "ReturnValue"
|
sc = TReturnSummaryComponent(getReturnValueKind()) and result = "ReturnValue"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -180,6 +180,11 @@ module Public {
|
|||||||
result = "Argument[" + getParameterPosition(pos) + "]"
|
result = "Argument[" + getParameterPosition(pos) + "]"
|
||||||
)
|
)
|
||||||
or
|
or
|
||||||
|
exists(string synthetic |
|
||||||
|
sc = TSyntheticGlobalSummaryComponent(synthetic) and
|
||||||
|
result = "SyntheticGlobal[" + synthetic + "]"
|
||||||
|
)
|
||||||
|
or
|
||||||
sc = TReturnSummaryComponent(getReturnValueKind()) and result = "ReturnValue"
|
sc = TReturnSummaryComponent(getReturnValueKind()) and result = "ReturnValue"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -180,6 +180,11 @@ module Public {
|
|||||||
result = "Argument[" + getParameterPosition(pos) + "]"
|
result = "Argument[" + getParameterPosition(pos) + "]"
|
||||||
)
|
)
|
||||||
or
|
or
|
||||||
|
exists(string synthetic |
|
||||||
|
sc = TSyntheticGlobalSummaryComponent(synthetic) and
|
||||||
|
result = "SyntheticGlobal[" + synthetic + "]"
|
||||||
|
)
|
||||||
|
or
|
||||||
sc = TReturnSummaryComponent(getReturnValueKind()) and result = "ReturnValue"
|
sc = TReturnSummaryComponent(getReturnValueKind()) and result = "ReturnValue"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -180,6 +180,11 @@ module Public {
|
|||||||
result = "Argument[" + getParameterPosition(pos) + "]"
|
result = "Argument[" + getParameterPosition(pos) + "]"
|
||||||
)
|
)
|
||||||
or
|
or
|
||||||
|
exists(string synthetic |
|
||||||
|
sc = TSyntheticGlobalSummaryComponent(synthetic) and
|
||||||
|
result = "SyntheticGlobal[" + synthetic + "]"
|
||||||
|
)
|
||||||
|
or
|
||||||
sc = TReturnSummaryComponent(getReturnValueKind()) and result = "ReturnValue"
|
sc = TReturnSummaryComponent(getReturnValueKind()) and result = "ReturnValue"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -180,6 +180,11 @@ module Public {
|
|||||||
result = "Argument[" + getParameterPosition(pos) + "]"
|
result = "Argument[" + getParameterPosition(pos) + "]"
|
||||||
)
|
)
|
||||||
or
|
or
|
||||||
|
exists(string synthetic |
|
||||||
|
sc = TSyntheticGlobalSummaryComponent(synthetic) and
|
||||||
|
result = "SyntheticGlobal[" + synthetic + "]"
|
||||||
|
)
|
||||||
|
or
|
||||||
sc = TReturnSummaryComponent(getReturnValueKind()) and result = "ReturnValue"
|
sc = TReturnSummaryComponent(getReturnValueKind()) and result = "ReturnValue"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user