#include <ast.h>
Data Fields | |
struct ctrump_location | label_loc |
struct ctrump_location | colon_loc |
struct ctrump_symbol * | label_symbol |
struct ctrump_stmt * | stmt |
Definition at line 916 of file ast.h.
struct ctrump_location ctrump_labeled_stmt::label_loc [read] |
struct ctrump_location ctrump_labeled_stmt::colon_loc [read] |
struct ctrump_symbol* ctrump_labeled_stmt::label_symbol [read] |
struct ctrump_stmt* ctrump_labeled_stmt::stmt [read] |
文本体
Definition at line 920 of file ast.h.
Referenced by analyze_control_flow(), build_cfg_stmt(), and print_stmt().