Skip to content

SageBuilder::buildCompoundInitializer

Build a compound initializer, for vector type initialization

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgCompoundInitializer*
buildCompoundInitializer(
    SgExprListExp* initializers = NULL,
    SgType* type = NULL);

Parameters

Name

Description

initializers

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

type

This class represents the base class for all types.

Created with MrDocs