Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h88 #define DELETE_NAME 91 /* "" */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h88 #define DELETE_NAME 91 /* "" */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c798 case DELETE_NAME: in opcode_stack_effect()
2435 case Del: op = DELETE_NAME; break; in compiler_nameop()
Dceval.c1952 case DELETE_NAME: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c821 case DELETE_NAME: in opcode_stack_effect()
2455 case Del: op = DELETE_NAME; break; in compiler_nameop()
Dceval.c1959 case DELETE_NAME: in PyEval_EvalFrameEx()