VariableRenaming::ChildUses::ChildUses
Constructors
Synopses
Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>
Create the attribute with no refs.
ChildUses();
Create the attribute with the def and list of uses.
ChildUses(
std::vector<SgNode*> const& useTree,
SgVarRefExp* var = NULL);
Constructor
ChildUses(
SgNode* useNode,
SgVarRefExp* var);
Parameters
Name |
Description |
useTree |
The vector of uses to add, or an empty vector. |
Created with MrDocs