Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c3716 basicblock *except_with_error = compiler_new_block(c); in compiler_try_star_except() local
3717 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()