markLhsValues
Mark relavant expressions as l‐values explicitly.
Synopsis
Declared in <SageIII/astPostProcessing/markLhsValues.h>
[[visibility]]
void
markLhsValues(SgNode* node);
Description
Nodes of specific operators are l-values and it is less clear in
other cases.
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs