mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++/C#: Sync identical files.
This commit is contained in:
@@ -412,6 +412,9 @@ class CallTargetOperand extends RegisterOperand {
|
|||||||
*/
|
*/
|
||||||
class ArgumentOperand extends RegisterOperand {
|
class ArgumentOperand extends RegisterOperand {
|
||||||
override ArgumentOperandTag tag;
|
override ArgumentOperandTag tag;
|
||||||
|
|
||||||
|
/** Gets the `CallInstruction` for which this is an argument. */
|
||||||
|
CallInstruction getCall() { result.getAnArgumentOperand() = this }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -412,6 +412,9 @@ class CallTargetOperand extends RegisterOperand {
|
|||||||
*/
|
*/
|
||||||
class ArgumentOperand extends RegisterOperand {
|
class ArgumentOperand extends RegisterOperand {
|
||||||
override ArgumentOperandTag tag;
|
override ArgumentOperandTag tag;
|
||||||
|
|
||||||
|
/** Gets the `CallInstruction` for which this is an argument. */
|
||||||
|
CallInstruction getCall() { result.getAnArgumentOperand() = this }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -412,6 +412,9 @@ class CallTargetOperand extends RegisterOperand {
|
|||||||
*/
|
*/
|
||||||
class ArgumentOperand extends RegisterOperand {
|
class ArgumentOperand extends RegisterOperand {
|
||||||
override ArgumentOperandTag tag;
|
override ArgumentOperandTag tag;
|
||||||
|
|
||||||
|
/** Gets the `CallInstruction` for which this is an argument. */
|
||||||
|
CallInstruction getCall() { result.getAnArgumentOperand() = this }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -412,6 +412,9 @@ class CallTargetOperand extends RegisterOperand {
|
|||||||
*/
|
*/
|
||||||
class ArgumentOperand extends RegisterOperand {
|
class ArgumentOperand extends RegisterOperand {
|
||||||
override ArgumentOperandTag tag;
|
override ArgumentOperandTag tag;
|
||||||
|
|
||||||
|
/** Gets the `CallInstruction` for which this is an argument. */
|
||||||
|
CallInstruction getCall() { result.getAnArgumentOperand() = this }
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user