Skip to content

SgNodeHelper::isCondStmt

is true if 'node' is the root node of the AST representing If, While, DoWhile, For, switch.

Synopsis

Declared in <src/midend/abstractLayer/SgNodeHelper.h>

bool
isCondStmt(SgNode* node);

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs