SageBuilder::buildSizeOfOp
Build sizeof() expression with an expression parameter
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgSizeOfOp*
buildSizeOfOp(SgExpression* exp = NULL);
Return Value
This class represents the "sizeof()" operator (applied to any type).
Parameters
Name |
Description |
exp |
This class represents the notion of an expression. Expressions |
Created with MrDocs