#include <ast.h>
Data Fields | |
struct ctrump_location | kwd_loc |
struct ctrump_location | label_loc |
struct ctrump_location | semi_loc |
struct ctrump_symbol * | label |
Definition at line 1046 of file ast.h.
struct ctrump_location ctrump_goto_stmt::kwd_loc [read] |
struct ctrump_location ctrump_goto_stmt::label_loc [read] |
struct ctrump_location ctrump_goto_stmt::semi_loc [read] |
struct ctrump_symbol* ctrump_goto_stmt::label [read] |
ラベル
Definition at line 1050 of file ast.h.
Referenced by build_cfg_stmt(), build_label_ref(), and print_stmt().