ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
varSets.h File Reference
Include dependency graph for varSets.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 varSets
 

Constant Groups

 varSets
 

Functions

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