GCC Middle and Back End API Reference
|
#include <tree.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 |
tree constructor_elt_d::value |
Referenced by array_value_type(), build_constructor(), build_constructors(), build_one_array(), compare_constant(), constructor_contains_same_values_p(), default_emutls_var_init(), get_expr_operands(), gimplify_init_constructor(), gimplify_init_ctor_preeval(), lto_input_ts_constructor_tree_pointers(), native_encode_initializer(), output_constructor(), safe_from_p(), simplify_vector_constructor(), store_constructor(), vec_cst_ctor_to_array(), vn_reference_lookup_3(), and walk_tree_1().