Skip to content

SageInterface::setOperand

Set operands for expressions with single operand, such as unary expressions. handle file info, lvalue, pointer downcasting, parent pointer etc.

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
void
setOperand(
    SgExpression* target,
    SgExpression* operand);

Parameters

Name

Description

target

This class represents the notion of an expression. Expressions

operand

This class represents the notion of an expression. Expressions

Created with MrDocs