VariableRenaming::ChildUses::ChildUses
Create the attribute with the def and list of uses.
Synopsis
Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>
ChildUses(
std::vector<SgNode*> const& useTree,
SgVarRefExp* var = NULL);
Parameters
Name |
Description |
useTree |
The vector of uses to add, or an empty vector. |
var |
This class represents the variable refernece in expressions. |
Created with MrDocs