SgNodeHelper::isAggregateDeclarationWithInitializerList
returns true if the declaration has an initializer list (e.g. char[2]={'a',0};
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
bool
isAggregateDeclarationWithInitializerList(SgVariableDeclaration* decl);
Parameters
Name |
Description |
decl |
This class represents the concept of a C or C++ variable declaration. |
Created with MrDocs