зеркало из https://github.com/github/codeql.git
C++: Add a 'getCall' predicate to 'ArgumentOperand'.
This commit is contained in:
Родитель
7f6efae7dc
Коммит
3a1a9a771c
|
@ -412,6 +412,9 @@ class CallTargetOperand extends RegisterOperand {
|
|||
*/
|
||||
class ArgumentOperand extends RegisterOperand {
|
||||
override ArgumentOperandTag tag;
|
||||
|
||||
/** Gets the `CallInstruction` for which this is an argument. */
|
||||
CallInstruction getCall() { result.getAnArgumentOperand() = this }
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче