SgNodeHelper::listOfGlobalVars
identifies the list of global variables Note: static/external can be resolved by further processing those objects
Synopses
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
identifies the list of global variables Note: static/external can be resolved by further processing those objects
std::list<SgVariableDeclaration*>
listOfGlobalVars(SgGlobal* global);
identifies the list of global variables Note: static/external can be resolved by further processing those objects
std::list<SgVariableDeclaration*>
listOfGlobalVars(SgProject* project);
Created with MrDocs