GCC Middle and Back End API Reference
|
#include <tree-core.h>
Data Fields | |
tree | index |
tree | value |
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.
tree constructor_elt_d::index |
Referenced by add_data_member_location_attribute(), extract_int(), and free_temp_arrays().
tree constructor_elt_d::value |
Referenced by add_data_member_location_attribute(), extract_int(), and free_temp_arrays().