#include <types.h>

Data Fields | |
| struct ctrump_symbol * | name |
| int | is_completed |
| int | nfield |
| struct ctrump_record_type_field * | fields |
| struct ctrump_gccext_attribute | attr |
Definition at line 316 of file types.h.
struct ctrump_symbol* ctrump_record_type::name [read] |
完全型かどうか
Definition at line 318 of file types.h.
Referenced by calc_struct_size(), calc_union_size(), ctrump_complete_struct_type(), ctrump_struct_field_offset(), and print_texpr_record().
フィールドの数
Definition at line 319 of file types.h.
Referenced by calc_struct_size(), calc_union_size(), ctrump_complete_struct_type(), ctrump_struct_field_offset(), and print_texpr_record().
struct ctrump_record_type_field* ctrump_record_type::fields [read] |
フィールド
Definition at line 320 of file types.h.
Referenced by calc_struct_size(), calc_union_size(), ctrump_complete_struct_type(), ctrump_struct_field_offset(), and print_texpr_record().
struct ctrump_gccext_attribute ctrump_record_type::attr [read] |
GCC attribute
Definition at line 321 of file types.h.
Referenced by calc_struct_size(), and ctrump_complete_struct_type().
1.5.6