SgNodeHelper::isArrayElementAssignment
checks whether the expression 'node' represents an assignment to an array's element considers all assignment operators and arrays of any size
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
bool
isArrayElementAssignment(SgNode* node);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs