SgNodeHelper::determineVariablesInSubtree
determines all VarRefExp in the subtree of 'node'. The order in the vector corresponds to the traversal order on the AST.
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
std::vector<SgVarRefExp*>
determineVariablesInSubtree(SgNode* node);
Return Value
A standard container which offers fixed time access to individual elements in any order.
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs