Skip to content

SageBuilder::buildCommonBlockObject

Build a Fortran common block, possibly with a name

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgCommonBlockObject*
buildCommonBlockObject(
    std::string name = "",
    SgExprListExp* exp_list = NULL);

Parameters

Name

Description

exp_list

This class represents the concept of a C and C++ expression list.

Created with MrDocs