Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h128 #define RAISE_VARARGS 130 /* Number of raise arguments (1, 2 or 3) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h128 #define RAISE_VARARGS 130 /* Number of raise arguments (1, 2 or 3) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c861 case RAISE_VARARGS: in opcode_stack_effect()
2082 ADDOP_I(c, RAISE_VARARGS, 2); in compiler_assert()
2085 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
2152 ADDOP_I(c, RAISE_VARARGS, n); in compiler_visit_stmt()
Dceval.c1832 case RAISE_VARARGS: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c884 case RAISE_VARARGS: in opcode_stack_effect()
2106 ADDOP_I(c, RAISE_VARARGS, 1); in compiler_assert()
2172 ADDOP_I(c, RAISE_VARARGS, n); in compiler_visit_stmt()
Dceval.c1835 case RAISE_VARARGS: in PyEval_EvalFrameEx()