Searched refs:except_with_error (Results 1 – 1 of 1) sorted by relevance
3716 basicblock *except_with_error = compiler_new_block(c); in compiler_try_star_except() local3717 if (except_with_error == NULL) { in compiler_try_star_except()3809 ADDOP_JUMP(c, JUMP, except_with_error); in compiler_try_star_except()3812 ADDOP_JUMP(c, JUMP, except_with_error); in compiler_try_star_except()3816 compiler_use_next_block(c, except_with_error); in compiler_try_star_except()