GCC Middle and Back End API Reference
|
Data Fields | |
tree | exp |
tree | type |
unsigned HOST_WIDE_INT | size |
unsigned int | align |
tree | min_index |
HOST_WIDE_INT | total_bytes |
int | byte |
int | last_relative_index |
bool | byte_buffer_in_use |
bool | reverse |
tree | field |
tree | val |
tree | index |
Other datastructures + helpers for output_constructor.
output_constructor local state to support interaction with helpers.
unsigned int oc_local_state::align |
Referenced by output_constructor(), output_constructor_array_range(), and output_constructor_regular_field().
int oc_local_state::byte |
Referenced by output_constructor(), output_constructor_bitfield(), and output_constructor_regular_field().
bool oc_local_state::byte_buffer_in_use |
Referenced by output_constructor(), output_constructor_bitfield(), and output_constructor_regular_field().
tree oc_local_state::exp |
Referenced by output_constructor().
tree oc_local_state::field |
Referenced by output_constructor(), output_constructor_bitfield(), and output_constructor_regular_field().
tree oc_local_state::index |
int oc_local_state::last_relative_index |
Referenced by output_constructor(), and output_constructor_bitfield().
tree oc_local_state::min_index |
bool oc_local_state::reverse |
unsigned HOST_WIDE_INT oc_local_state::size |
Referenced by output_constructor().
HOST_WIDE_INT oc_local_state::total_bytes |
tree oc_local_state::type |
tree oc_local_state::val |