#include <ast.h>
Data Fields | |
struct ctrump_location | kwd_loc |
struct ctrump_location | lpar_loc |
struct ctrump_location | rpar_loc |
struct ctrump_expr | cond |
struct ctrump_stmt * | body |
Definition at line 953 of file ast.h.
struct ctrump_location ctrump_if_stmt::kwd_loc [read] |
struct ctrump_location ctrump_if_stmt::lpar_loc [read] |
struct ctrump_location ctrump_if_stmt::rpar_loc [read] |
struct ctrump_expr ctrump_if_stmt::cond [read] |
struct ctrump_stmt* ctrump_if_stmt::body [read] |
then枝
Definition at line 958 of file ast.h.
Referenced by analyze_control_flow(), build_cfg_stmt(), and print_stmt().