Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h126 #define DELETE_FAST 126 /* Local variable number */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h126 #define DELETE_FAST 126 /* Local variable number */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c858 case DELETE_FAST: in opcode_stack_effect()
2403 case Del: op = DELETE_FAST; break; in compiler_nameop()
Dceval.c2124 case DELETE_FAST: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c881 case DELETE_FAST: in opcode_stack_effect()
2423 case Del: op = DELETE_FAST; break; in compiler_nameop()
Dceval.c2139 case DELETE_FAST: in PyEval_EvalFrameEx()