Searched refs:cs_exception (Results 1 – 2 of 2) sorted by relevance
1578 cstack->cs_exception[idx] = current_exception; in do_throw()1815 catch_exception((except_T *)cstack->cs_exception[idx]); in ex_catch()1821 if (cstack->cs_exception[cstack->cs_idx] != current_exception) in ex_catch()1957 if (did_throw && cstack->cs_exception[cstack->cs_idx] in ex_finally()2098 current_exception = cstack->cs_exception[idx]; in ex_endtry()2385 && cstack->cs_exception[idx] != NULL) in cleanup_conditionals()2391 (except_T *)cstack->cs_exception[idx], in cleanup_conditionals()2414 finish_exception((except_T *)cstack->cs_exception[idx]); in cleanup_conditionals()
938 # define cs_exception cs_pend.csp_ex macro