Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h91 #define END_FINALLY 88 macro
/external/python/cpython3/Include/
Dopcode.h66 #define END_FINALLY 88 macro
/external/python/cpython2/Lib/compiler/
Dpycodegen.py35 END_FINALLY = 4 variable
514 elif kind == END_FINALLY:
836 self.setups.push((END_FINALLY, final))
871 self.setups.push((END_FINALLY, final))
/external/python/cpython3/Python/
Dcompile.c977 case END_FINALLY: in stack_effect()
2419 ADDOP(c, END_FINALLY); in compiler_async_for()
2591 ADDOP(c, END_FINALLY); in compiler_try_finally()
2715 ADDOP(c, END_FINALLY); in compiler_try_except()
2738 ADDOP(c, END_FINALLY); in compiler_try_except()
3968 ADDOP(c, END_FINALLY); in compiler_async_comprehension_generator()
4301 ADDOP(c, END_FINALLY); in compiler_async_with()
4384 ADDOP(c, END_FINALLY); in compiler_with()
Dceval.c1853 PREDICTED(END_FINALLY); in _PyEval_EvalFrameDefault()
1854 TARGET(END_FINALLY) { in _PyEval_EvalFrameDefault()
3030 PREDICT(END_FINALLY); in _PyEval_EvalFrameDefault()
/external/python/cpython2/Doc/library/
Ddis.rst531 .. opcode:: END_FINALLY ()
574 ``END_FINALLY`` from re-raising the exception. (But non-local gotos should
/external/python/cpython3/Objects/
Dframeobject.c255 case END_FINALLY: in frame_setlineno()
/external/python/cpython2/Objects/
Dframeobject.c264 case END_FINALLY: in frame_setlineno()
/external/python/cpython2/Python/
Dcompile.c813 case END_FINALLY: in opcode_stack_effect()
1786 ADDOP(c, END_FINALLY); in compiler_try_finally()
1873 ADDOP(c, END_FINALLY); in compiler_try_except()
2952 ADDOP(c, END_FINALLY); in compiler_with()
Dceval.c2138 PREDICTED(END_FINALLY); in PyEval_EvalFrameEx()
2139 TARGET_NOARG(END_FINALLY) in PyEval_EvalFrameEx()
2997 PREDICT(END_FINALLY); in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst690 .. opcode:: END_FINALLY
739 ``WHY_SILENCED`` to prevent :opcode:`END_FINALLY` from re-raising the