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

Class PositionalArgumentOperandTag

An operand representing an argument to a function call.

Import path

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

Direct supertypes

Indirect supertypes

Fields

Predicates

alwaysPrintLabel

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

getArgIndex
getId

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

getSortOrder

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

toString

Gets a textual representation of this operand tag

Inherited predicates

getLabel

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

from OperandTag

Charpred