Skip to content

SgNodeHelper::hasAssignInitializer

returns true if the declaration has an assign initializer (e.g. char[2]="";)

Synopsis

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

bool
hasAssignInitializer(SgVariableDeclaration* decl);

Parameters

Name

Description

decl

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

Created with MrDocs