SgNodeHelper::isPostfixIncDecOp
returns true for Expr‐‐ and Expr‐‐, otherwise false;
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
bool
isPostfixIncDecOp(SgNode* node);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs