Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h104 #define RERAISE 119 macro
/external/python/cpython3/Python/
Dcompile.c1124 case RERAISE: in stack_effect()
3126 ADDOP_I(c, RERAISE, 0); in compiler_try_finally()
3252 ADDOP_I(c, RERAISE, 1); in compiler_try_except()
3277 ADDOP_I(c, RERAISE, 0); in compiler_try_except()
4975 ADDOP_I(c, RERAISE, 1); in compiler_with_except_finish()
6543 instr->i_opcode == RERAISE) in stackdepth()
7614 case RERAISE: in normalize_basic_block()
Dceval.c2687 case TARGET(RERAISE): { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Objects/
Dframeobject.c220 case RERAISE: in markblocks()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a2.rst238 CALL_FINALLY and POP_FINALLY bytecodes. Replaced with RERAISE and
/external/python/cpython3/Doc/library/
Ddis.rst709 .. opcode:: RERAISE