SgNodeHelper::listOfGlobalVars
identifies the list of global variables Note: static/external can be resolved by further processing those objects
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
std::list<SgVariableDeclaration*>
listOfGlobalVars(SgGlobal* global);
Return Value
A standard container with linear time access to elements, and fixed time insertion/deletion at any point in the sequence.
Parameters
Name |
Description |
global |
This class represents the concept of a namespace definition. |
Created with MrDocs