SageInterface::normalizeArrowExpWithAddressOfLeftOperand
Convert all code within root matching the patern of (&left)‐>right, and translate them into left.right. Return the number of matches of the pattern. Be default, only transformation generated nodes will be normalized.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
int
normalizeArrowExpWithAddressOfLeftOperand(
SgNode* root,
bool transformationGeneratedOnly = true);
Parameters
Name |
Description |
root |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs