Skip to content

SgNodeHelper::Pattern::matchVariableDeclarationWithFunctionCall2

checks variable declaration with function call, returns both in a pair, or a with (0,0).

Synopsis

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

std::pair<SgVariableDeclaration*, SgFunctionCallExp*>
matchVariableDeclarationWithFunctionCall2(SgNode* node);

Return Value

Struct holding two objects of arbitrary type.

Parameters

Name

Description

node

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

Created with MrDocs