Searched refs:RERAISE (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_opcode.h | 200 [RERAISE] = RERAISE, 361 [RERAISE] = "RERAISE",
|
/third_party/python/Include/ |
H A D | opcode.h | 78 #define RERAISE 119 macro
|
/third_party/python/Python/ |
H A D | compile.c | 1097 case RERAISE: in stack_effect() 1218 opcode == RERAISE; in is_end_of_basic_block() 1993 * [exc_info, lasti, exc] RERAISE 1 in compiler_pop_except_and_reraise() 1999 ADDOP_I(c, RERAISE, 1); in compiler_pop_except_and_reraise() 3386 ADDOP_I(c, RERAISE, 0); in compiler_try_finally() 3441 ADDOP_I(c, RERAISE, 0); in compiler_try_star_finally() 3471 [exc] Ln+1: RERAISE # re-raise exception 3575 ADDOP_I(c, RERAISE, 1); in compiler_try_except() 3600 ADDOP_I(c, RERAISE, 0); in compiler_try_except() 3656 [exc] RERAISE [all...] |
H A D | ceval.c | 2668 TARGET(RERAISE) { 5769 /* We can't use frame->f_lasti here, as RERAISE may have set it */
|
/third_party/python/Objects/ |
H A D | frameobject.c | 410 case RERAISE: in mark_stacks()
|
Completed in 22 milliseconds