ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
varSets Namespace Reference

Functions

varIDSetgetGlobalVars (SgProject *project, bool getCompilerGen=false)
 
varIDSetgetGlobalArrays (SgProject *project, bool getCompilerGen=false)
 
varIDSetgetGlobalScalars (SgProject *project, bool getCompilerGen=false)
 
varIDSetgetLocalVars (const Function &func, bool getCompilerGen=false)
 
varIDSetgetLocalArrays (const Function &func, bool getCompilerGen=false)
 
varIDSetgetLocalScalars (const Function &func, bool getCompilerGen=false)
 
void initFuncParams (const Function &func, bool getCompilerGen=false)
 
varIDSetgetFuncParamVars (const Function &func, bool getCompilerGen=false)
 
varIDSetgetFuncParamArrays (const Function &func, bool getCompilerGen=false)
 
varIDSetgetFuncParamlScalars (const Function &func, bool getCompilerGen=false)
 
varIDSetgetFuncRefVars (const Function &func)
 
varIDSetgetFuncRefArrays (const Function &func)
 
varIDSetgetFuncRefScalars (const Function &func)
 
void getDeclaredVars (SgNode *root, bool getCompilerGen, varIDSet &declaredVars)
 
varIDSet arraysFilter (varIDSet &vars)
 
varIDSet scalarsFilter (varIDSet &vars)
 

Function Documentation

varIDSet& varSets::getGlobalVars ( SgProject project,
bool  getCompilerGen = false 
)
varIDSet& varSets::getGlobalArrays ( SgProject project,
bool  getCompilerGen = false 
)
varIDSet& varSets::getGlobalScalars ( SgProject project,
bool  getCompilerGen = false 
)
varIDSet& varSets::getLocalVars ( const Function func,
bool  getCompilerGen = false 
)
varIDSet& varSets::getLocalArrays ( const Function func,
bool  getCompilerGen = false 
)
varIDSet& varSets::getLocalScalars ( const Function func,
bool  getCompilerGen = false 
)
void varSets::initFuncParams ( const Function func,
bool  getCompilerGen = false 
)
varIDSet& varSets::getFuncParamVars ( const Function func,
bool  getCompilerGen = false 
)
varIDSet& varSets::getFuncParamArrays ( const Function func,
bool  getCompilerGen = false 
)
varIDSet& varSets::getFuncParamlScalars ( const Function func,
bool  getCompilerGen = false 
)
varIDSet& varSets::getFuncRefVars ( const Function func)
varIDSet& varSets::getFuncRefArrays ( const Function func)
varIDSet& varSets::getFuncRefScalars ( const Function func)
void varSets::getDeclaredVars ( SgNode root,
bool  getCompilerGen,
varIDSet declaredVars 
)
varIDSet varSets::arraysFilter ( varIDSet vars)
varIDSet varSets::scalarsFilter ( varIDSet vars)