Skip to content

SgNodeHelper::isPrefixIncDecOp

returns true for ‐‐Expr and ++Expr, otherwise false.

Synopsis

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

bool
isPrefixIncDecOp(SgNode* node);

Parameters

Name

Description

node

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

Created with MrDocs