#include <types.h>
Data Fields | |
struct ctrump_symbol * | def_name |
struct ctrump_texpr * | defined_to |
Definition at line 379 of file types.h.
struct ctrump_symbol* ctrump_typedef_name::def_name [read] |
typedefされた名前
Definition at line 380 of file types.h.
Referenced by ctrump_get_typedef_name(), print_texpr_spec(), and texpr_getattr().
struct ctrump_texpr* ctrump_typedef_name::defined_to [read] |
もとの型
Definition at line 381 of file types.h.
Referenced by ctrump_get_typedef_name(), ctrump_retrieve_address_type(), ctrump_retrieve_pointer_type(), ctrump_retrieve_typedef_name(), ctrump_texpr_apply_unary_pointer_conversion(), ctrump_texpr_is_pointer(), ctrump_texpr_size(), ctrump_type_is_scalar(), and texpr_getattr().