Lines Matching refs:cs_pending
1327 cstack->cs_pending[idx] = CSTP_CONTINUE; in ex_continue()
1353 cstack->cs_pending[idx] = CSTP_BREAK; in ex_break()
1619 cstack->cs_pending[cstack->cs_idx] = CSTP_NONE; in ex_try()
1936 if (cstack->cs_pending[cstack->cs_idx] == CSTP_RETURN) in ex_finally()
1948 cstack->cs_pending[cstack->cs_idx] = pending; in ex_finally()
2067 && !cstack->cs_pending[idx])) in ex_endtry()
2093 pending = cstack->cs_pending[idx]; in ex_endtry()
2094 cstack->cs_pending[idx] = CSTP_NONE; in ex_endtry()
2362 switch (cstack->cs_pending[idx]) in cleanup_conditionals()
2370 report_discard_pending(cstack->cs_pending[idx], NULL); in cleanup_conditionals()
2371 cstack->cs_pending[idx] = CSTP_NONE; in cleanup_conditionals()
2378 cstack->cs_pending[idx] = CSTP_NONE; in cleanup_conditionals()
2384 if ((cstack->cs_pending[idx] & CSTP_THROW) in cleanup_conditionals()
2395 report_discard_pending(cstack->cs_pending[idx], in cleanup_conditionals()
2397 cstack->cs_pending[idx] = CSTP_NONE; in cleanup_conditionals()