Skip to content

SgNodeHelper::isFunctionParameterVariableSymbol

checks whether a SgVariableSymbol is representing a function parameter (this does not apply for forward declarations)

Synopsis

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

SgVariableSymbol*
isFunctionParameterVariableSymbol(SgNode* node);

Return Value

This class represents the concept of a variable name within the compiler (a

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs