hasAddressTaken
Does expression expr potentially have its address taken somewhere in the tree pointed to by root?
Synopsis
Declared in <src/midend/programTransformation/astInlining/inlinerSupport.h>
[[visibility]]
bool
hasAddressTaken(
SgExpression* expr,
SgNode* root);
Parameters
Name |
Description |
expr |
This class represents the notion of an expression. Expressions |
root |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs