Skip to content

SgNodeHelper::Pattern::matchVariableDeclarationWithFunctionCall

checks variable declaration with function call, returns variable declaration. Otherwise 0. e.g. int x=f();

Synopsis

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

SgVariableDeclaration*
matchVariableDeclarationWithFunctionCall(SgNode* node);

Return Value

This class represents the concept of a C or C++ variable declaration.

Parameters

Name

Description

node

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

Created with MrDocs