#include <ast.h>
Data Fields | |
int | id |
struct ctrump_decl_specifier | decl_spec |
struct ctrump_declarator * | decl |
int | num_oldstyle_declaration |
struct ctrump_decl * | oldstyle_decl_list |
struct ctrump_compound_stmt | body |
struct ctrump_cfg * | cfg |
Definition at line 1181 of file ast.h.
struct ctrump_decl_specifier ctrump_fundef::decl_spec [read] |
宣言指定子
Definition at line 1183 of file ast.h.
Referenced by ctrump_translation_unit2pprint_format(), and print_ext_fundef().
struct ctrump_declarator* ctrump_fundef::decl [read] |
宣言子
Definition at line 1184 of file ast.h.
Referenced by ctrump_translation_unit2pprint_format(), and print_ext_fundef().
struct ctrump_decl* ctrump_fundef::oldstyle_decl_list [read] |
old-style 宣言 vec[num_oldstyle_declaration]
Definition at line 1186 of file ast.h.
Referenced by print_ext_fundef().
struct ctrump_compound_stmt ctrump_fundef::body [read] |
関数本体
Definition at line 1187 of file ast.h.
Referenced by build_loop_tree_func(), ctrump_build_cfg(), ctrump_translation_unit2pprint_format(), and print_ext_fundef().
struct ctrump_cfg* ctrump_fundef::cfg [read] |