#include <ast.h>
Data Fields | |
int | num_item |
struct ctrump_location | lbr_loc |
struct ctrump_location | rbr_loc |
struct ctrump_stmt * | items |
Definition at line 1065 of file ast.h.
文の数
Definition at line 1066 of file ast.h.
Referenced by build_cfg_compound(), build_label_ref(), build_label_table(), build_loop_tree_compound_stmt(), and print_compound_stmt().
struct ctrump_location ctrump_compound_stmt::lbr_loc [read] |
'{'の位置
Definition at line 1067 of file ast.h.
Referenced by ctrump_translation_unit2pprint_format(), and print_compound_stmt().
struct ctrump_location ctrump_compound_stmt::rbr_loc [read] |
'}'の位置
Definition at line 1068 of file ast.h.
Referenced by ctrump_translation_unit2pprint_format(), and print_compound_stmt().
struct ctrump_stmt* ctrump_compound_stmt::items [read] |
文 vec[num_item]
Definition at line 1069 of file ast.h.
Referenced by build_cfg_compound(), build_label_ref(), build_label_table(), build_loop_tree_compound_stmt(), and print_compound_stmt().