Searched refs:stat_ctx (Results 1 – 2 of 2) sorted by relevance
67 statement_ctx_t *stat_ctx; member1224 if(!stat_ctx.break_label) in compile_while_statement()1285 if(!stat_ctx.break_label) in compile_for_statement()1337 if(!stat_ctx.break_label) in compile_forin_statement()1392 for(iter = ctx->stat_ctx; iter != stat_ctx; iter = iter->next) { in pop_to_stat()1770 if(stat_ctx) { in compile_statement()1771 stat_ctx->next = ctx->stat_ctx; in compile_statement()1772 ctx->stat_ctx = stat_ctx; in compile_statement()1828 if(stat_ctx) { in compile_statement()1829 assert(ctx->stat_ctx == stat_ctx); in compile_statement()[all …]
46 statement_ctx_t *stat_ctx; member354 for(iter = ctx->stat_ctx; iter; iter = iter->next) in stack_offset()632 statement_ctx_t stat_ctx = {0}, *loop_ctx; in compile_while_statement() local655 loop_ctx = &stat_ctx; in compile_while_statement()1230 if(stat_ctx) { in compile_statement()1231 stat_ctx->next = ctx->stat_ctx; in compile_statement()1232 ctx->stat_ctx = stat_ctx; in compile_statement()1310 if(stat_ctx) { in compile_statement()1311 assert(ctx->stat_ctx == stat_ctx); in compile_statement()1312 ctx->stat_ctx = stat_ctx->next; in compile_statement()[all …]