AstInterface::SkipCasting
If there is a case, extract the operand and return it, otherwise return exp
Synopsis
Declared in <src/midend/astUtil/astInterface/AstInterface.h>
static
SgNode*
SkipCasting(SgNode* exp);
Return Value
This class represents the base class for all IR nodes within Sage III.
Parameters
Name |
Description |
exp |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs