#include <ast.h>
Data Fields | |
struct ctrump_location | kwd_loc |
struct ctrump_location | lpar_loc |
struct ctrump_location | rpar_loc |
struct ctrump_location | else_loc |
struct ctrump_expr | cond |
struct ctrump_stmt * | then_body |
struct ctrump_stmt * | else_body |
Definition at line 964 of file ast.h.
struct ctrump_location ctrump_if_else_stmt::kwd_loc [read] |
struct ctrump_location ctrump_if_else_stmt::lpar_loc [read] |
struct ctrump_location ctrump_if_else_stmt::rpar_loc [read] |
struct ctrump_location ctrump_if_else_stmt::else_loc [read] |
struct ctrump_expr ctrump_if_else_stmt::cond [read] |
struct ctrump_stmt* ctrump_if_else_stmt::then_body [read] |
then枝
Definition at line 970 of file ast.h.
Referenced by analyze_control_flow(), build_cfg_stmt(), and print_stmt().
struct ctrump_stmt* ctrump_if_else_stmt::else_body [read] |
else枝
Definition at line 971 of file ast.h.
Referenced by analyze_control_flow(), build_cfg_stmt(), and print_stmt().