Go to the source code of this file.
|
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) |
|