GCC Middle and Back End API Reference
constructor_elt Struct Reference

#include <tree-core.h>

Data Fields

tree index
 
tree value
 

Detailed Description

A single element of a CONSTRUCTOR. VALUE holds the actual value of the element. INDEX can optionally design the position of VALUE: in arrays, it is the index where VALUE has to be placed; in structures, it is the FIELD_DECL of the member.

Field Documentation

◆ index

◆ value


The documentation for this struct was generated from the following file: