Skip to content

SgNodeHelper::listOfGlobalFunctionDefinitions

identifies the list of SgFunctionDefinitions in global scope Functions/methods of classes are NOT included in this list. Note: static/external can be resolved by further processing those objects

Synopsis

Declared in <src/midend/abstractLayer/SgNodeHelper.h>

std::list<SgFunctionDefinition*>
listOfGlobalFunctionDefinitions(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