Searched refs:branch_statement_t (Results 1 – 3 of 3) sorted by relevance
177 } branch_statement_t; typedef
1419 static HRESULT compile_continue_statement(compiler_ctx_t *ctx, branch_statement_t *stat) in compile_continue_statement()1472 static HRESULT compile_break_statement(compiler_ctx_t *ctx, branch_statement_t *stat) in compile_break_statement()1780 hres = compile_break_statement(ctx, (branch_statement_t*)stat); in compile_statement()1783 hres = compile_continue_statement(ctx, (branch_statement_t*)stat); in compile_statement()
1243 branch_statement_t *ret; in new_continue_statement()1256 branch_statement_t *ret; in new_break_statement()