ReactOS 0.4.15-dev-7958-gcd0bb1a
_statement_ctx_t Struct Reference
Collaboration diagram for _statement_ctx_t:

Public Attributes

unsigned stack_use
 
BOOL using_scope
 
BOOL using_except
 
unsigned break_label
 
unsigned continue_label
 
const labelled_statement_tlabelled_stat
 
struct _statement_ctx_tnext
 
unsigned while_end_label
 
unsigned for_end_label
 

Detailed Description

Definition at line 32 of file compile.c.

Member Data Documentation

◆ break_label

◆ continue_label

unsigned _statement_ctx_t::continue_label

◆ for_end_label

unsigned _statement_ctx_t::for_end_label

◆ labelled_stat

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().

◆ next

◆ stack_use

unsigned _statement_ctx_t::stack_use

◆ using_except

BOOL _statement_ctx_t::using_except

Definition at line 35 of file compile.c.

Referenced by compile_try_statement(), and pop_to_stat().

◆ using_scope

BOOL _statement_ctx_t::using_scope

Definition at line 34 of file compile.c.

Referenced by bind_local(), and pop_to_stat().

◆ while_end_label

unsigned _statement_ctx_t::while_end_label

The documentation for this struct was generated from the following files: