#include <types.h>
Data Fields | |
struct ctrump_symbol * | name |
struct ctrump_texpr * | type |
int | bitfield_width |
struct ctrump_gccext_attribute | attr |
Definition at line 306 of file types.h.
struct ctrump_symbol* ctrump_record_type_field::name [read] |
名前 (指定されない場合は NULL)
Definition at line 307 of file types.h.
Referenced by ctrump_env_handle_record_decls(), ctrump_struct_field_offset(), and record_field_getattr().
struct ctrump_texpr* ctrump_record_type_field::type [read] |
型
Definition at line 308 of file types.h.
Referenced by calc_union_size(), ctrump_env_handle_record_decls(), print_texpr_record(), record_field_getattr(), and record_field_offset().
CTRUMP_BITFIELD_UNSPECIFIED if unspecified
Definition at line 309 of file types.h.
Referenced by ctrump_env_handle_record_decls().
struct ctrump_gccext_attribute ctrump_record_type_field::attr [read] |
GCC attribute
Definition at line 310 of file types.h.
Referenced by ctrump_env_handle_record_decls().