Skip to content

FortranCodeGeneration_locatedNode::unparseArrayAttr

For unparsing the dimension attribute of an entity in a type declaration.

Synopsis

Declared in <src/backend/unparser/FortranCodeGeneration/unparseFortran.h>

void
unparseArrayAttr(
    SgArrayType* type,
    SgUnparse_Info& info,
    bool oneVarOnly);

Parameters

Name

Description

oneVarOnly

‐ true means there is only one declared variable in the type declaration. If oneVarOnly is false , unparses dimension attribute of the given array type and other attributes of its base type.

Created with MrDocs