ReactOS 0.4.16-dev-822-gbcedb53
|
unsigned _statement_ctx_t::break_label |
Definition at line 37 of file compile.c.
Referenced by compile_break_statement(), compile_for_statement(), compile_forin_statement(), compile_labelled_statement(), compile_switch_statement(), and compile_while_statement().
unsigned _statement_ctx_t::continue_label |
Definition at line 38 of file compile.c.
Referenced by compile_continue_statement(), compile_for_statement(), compile_forin_statement(), and compile_while_statement().
unsigned _statement_ctx_t::for_end_label |
Definition at line 34 of file compile.c.
Referenced by compile_exitfor_statement(), compile_foreach_statement(), and compile_forto_statement().
const labelled_statement_t* _statement_ctx_t::labelled_stat |
Definition at line 40 of file compile.c.
Referenced by compile_break_statement(), and compile_continue_statement().
struct _statement_ctx_t * _statement_ctx_t::next |
Definition at line 42 of file compile.c.
Referenced by bind_local(), compile_break_statement(), compile_continue_statement(), compile_exitdo_statement(), compile_exitfor_statement(), compile_statement(), pop_to_stat(), and stack_offset().
unsigned _statement_ctx_t::stack_use |
Definition at line 33 of file compile.c.
Referenced by compile_exitdo_statement(), compile_exitfor_statement(), pop_to_stat(), and stack_offset().
BOOL _statement_ctx_t::using_except |
Definition at line 35 of file compile.c.
Referenced by compile_try_statement(), and pop_to_stat().
BOOL _statement_ctx_t::using_scope |
Definition at line 34 of file compile.c.
Referenced by bind_local(), and pop_to_stat().
unsigned _statement_ctx_t::while_end_label |
Definition at line 33 of file compile.c.
Referenced by compile_dowhile_statement(), compile_exitdo_statement(), and compile_while_statement().