#include <ast.h>
Data Fields | |
struct ctrump_location | kwd_loc |
struct ctrump_location | lpar_loc |
struct ctrump_location | rpar_loc |
struct ctrump_location | semi_loc |
struct ctrump_loop_cfg_info * | loop_cfg |
struct ctrump_decl | init |
struct ctrump_expr | cond |
struct ctrump_expr | iter |
struct ctrump_stmt * | body |
Definition at line 1005 of file ast.h.
struct ctrump_location ctrump_for_decl_stmt::kwd_loc [read] |
'for'の位置
Definition at line 1006 of file ast.h.
Referenced by analyze_control_flow(), and print_stmt().
struct ctrump_location ctrump_for_decl_stmt::lpar_loc [read] |
struct ctrump_location ctrump_for_decl_stmt::rpar_loc [read] |
struct ctrump_location ctrump_for_decl_stmt::semi_loc [read] |
struct ctrump_loop_cfg_info* ctrump_for_decl_stmt::loop_cfg [read] |
ループ情報(解析前はNULL optional)
Definition at line 1010 of file ast.h.
Referenced by analyze_control_flow(), and build_cfg_stmt().
struct ctrump_decl ctrump_for_decl_stmt::init [read] |
struct ctrump_expr ctrump_for_decl_stmt::cond [read] |
struct ctrump_expr ctrump_for_decl_stmt::iter [read] |
struct ctrump_stmt* ctrump_for_decl_stmt::body [read] |
文本体
Definition at line 1014 of file ast.h.
Referenced by analyze_control_flow(), build_cfg_stmt(), and print_stmt().