SageBuilder::buildVarArgOp_nfi
Build vararg op expression
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgVarArgOp*
buildVarArgOp_nfi(
SgExpression* operand_i,
SgType* expression_type);
Parameters
Name |
Description |
operand_i |
This class represents the notion of an expression. Expressions |
expression_type |
This class represents the base class for all types. |
Created with MrDocs