CodeQL library for C/C++
codeql/cpp-all 0.12.9 (changelog, source)
Search

Class ArgumentOperandTag

An operand representing an argument to a function call. This includes both positional arguments (represented by PositionalArgumentOperand) and the implicit this argument, if any (represented by ThisArgumentOperand).

Import path

import semmle.code.cpp.ir.implementation.internal.OperandTag

Direct supertypes

Indirect supertypes

Known direct subtypes

    Inherited predicates

    alwaysPrintLabel

    Holds if the operand should always be prefixed with its label in the dump of its instruction.

    from OperandTag
    getId

    Gets an identifier that uniquely identifies this operand within its instruction.

    from OperandTag
    getLabel

    Gets a label that will appear before the operand when the IR is printed.

    from OperandTag
    getSortOrder

    Gets an integer that represents where this this operand will appear in the operand list of an instruction when the IR is printed.

    from OperandTag
    toString

    Gets a textual representation of this operand tag

    from OperandTag