Home
last modified time | relevance | path

Searched refs:branch_statement_t (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/jscript/
H A Dparser.h177 } branch_statement_t; typedef
H A Dcompile.c1419 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()
H A Dparser.y1243 branch_statement_t *ret; in new_continue_statement()
1256 branch_statement_t *ret; in new_break_statement()