Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h137 #define RAISE_VARARGS 130 /* Number of raise arguments (1, 2 or 3) */ macro
/external/python/cpython3/Include/
Dopcode.h102 #define RAISE_VARARGS 130 macro
/external/python/cpython2/Python/
Dcompile.c884 case RAISE_VARARGS: in opcode_stack_effect()
2069 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
2135 ADDOP_I(c, RAISE_VARARGS, n); in compiler_visit_stmt()
Dceval.c2060 TARGET(RAISE_VARARGS) in PyEval_EvalFrameEx()
/external/python/cpython3/Python/
Dcompile.c1064 case RAISE_VARARGS: in stack_effect()
2945 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
3030 ADDOP_I(c, RAISE_VARARGS, (int)n); in compiler_visit_stmt()
5063 instr->i_opcode == RAISE_VARARGS || in stackdepth()
Dceval.c1618 TARGET(RAISE_VARARGS) { in _PyEval_EvalFrameDefault()
/external/python/cpython2/Doc/library/
Ddis.rst797 .. opcode:: RAISE_VARARGS (argc)
/external/python/cpython3/Doc/library/
Ddis.rst1060 .. opcode:: RAISE_VARARGS (argc)