#include <ast.h>
Data Fields | |
struct ctrump_location | do_loc |
struct ctrump_location | lpar_loc |
struct ctrump_location | rpar_loc |
struct ctrump_location | while_loc |
struct ctrump_location | semi_loc |
struct ctrump_expr | cond |
struct ctrump_stmt * | body |
Definition at line 1032 of file ast.h.
struct ctrump_location ctrump_do_while_stmt::do_loc [read] |
struct ctrump_location ctrump_do_while_stmt::lpar_loc [read] |
struct ctrump_location ctrump_do_while_stmt::rpar_loc [read] |
struct ctrump_location ctrump_do_while_stmt::while_loc [read] |
struct ctrump_location ctrump_do_while_stmt::semi_loc [read] |
struct ctrump_expr ctrump_do_while_stmt::cond [read] |
struct ctrump_stmt* ctrump_do_while_stmt::body [read] |
文本体
Definition at line 1040 of file ast.h.
Referenced by analyze_control_flow(), build_cfg_stmt(), and print_stmt().