SgNodeHelper::isCond
is true if 'node' is the root node of the AST representing the condition of If, While, DoWhile, For, switch, CondExp.
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
bool
isCond(SgNode* node);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs