GCC Middle and Back End API Reference
constructor_elt_d 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

tree constructor_elt_d::index
tree constructor_elt_d::value

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