ROSE
0.9.6a
|
A struct to hold the information about an alias node. More...
#include <IntraProcAliasAnalysis.h>
Public Member Functions | |
bool | operator== (const AliasRelationNode &that) const |
Public Attributes | |
SgVariableSymbol * | var |
The VariableSymbol participating in aliasing. More... | |
int | derefLevel |
Dereference Level *a +1 **a +2 a 0 &a -1. More... | |
A struct to hold the information about an alias node.
Definition at line 20 of file IntraProcAliasAnalysis.h.
|
inline |
Definition at line 30 of file IntraProcAliasAnalysis.h.
References derefLevel, and var.
SgVariableSymbol* AliasRelationNode::var |
The VariableSymbol participating in aliasing.
Definition at line 22 of file IntraProcAliasAnalysis.h.
Referenced by operator==().
int AliasRelationNode::derefLevel |
Dereference Level *a +1 **a +2 a 0 &a -1.
Definition at line 28 of file IntraProcAliasAnalysis.h.
Referenced by operator==().