Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h11 #define POP_TOP 1 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h11 #define POP_TOP 1 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c666 case POP_TOP: in opcode_stack_effect()
1532 ADDOP_IN_SCOPE(c, POP_TOP); in compiler_lambda()
1581 ADDOP(c, POP_TOP); in compiler_print()
1872 ADDOP(c, POP_TOP); in compiler_try_except()
1877 ADDOP(c, POP_TOP); in compiler_try_except()
1879 ADDOP(c, POP_TOP); in compiler_try_except()
2049 ADDOP(c, POP_TOP); in compiler_from_import()
2189 ADDOP(c, POP_TOP); in compiler_visit_stmt()
2550 ADDOP(c, POP_TOP); in compiler_compare()
2732 ADDOP(c, POP_TOP); in compiler_comprehension_generator()
[all …]
Dceval.c1135 case POP_TOP: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c689 case POP_TOP: in opcode_stack_effect()
1555 ADDOP_IN_SCOPE(c, POP_TOP); in compiler_lambda()
1604 ADDOP(c, POP_TOP); in compiler_print()
1894 ADDOP(c, POP_TOP); in compiler_try_except()
1899 ADDOP(c, POP_TOP); in compiler_try_except()
1901 ADDOP(c, POP_TOP); in compiler_try_except()
2071 ADDOP(c, POP_TOP); in compiler_from_import()
2209 ADDOP(c, POP_TOP); in compiler_visit_stmt()
2570 ADDOP(c, POP_TOP); in compiler_compare()
2752 ADDOP(c, POP_TOP); in compiler_comprehension_generator()
[all …]
Dceval.c1138 case POP_TOP: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dframeobject.c191 if (code[new_lasti] == DUP_TOP || code[new_lasti] == POP_TOP) { in frame_setlineno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dframeobject.c191 if (code[new_lasti] == DUP_TOP || code[new_lasti] == POP_TOP) { in frame_setlineno()