Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h137 #define STORE_DEREF 137 /* Store into cell */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h137 #define STORE_DEREF 137 /* Store into cell */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c886 case STORE_DEREF: in opcode_stack_effect()
2381 case Store: op = STORE_DEREF; break; in compiler_nameop()
Dceval.c2170 case STORE_DEREF: in PyEval_EvalFrameEx()
4803 case STORE_DEREF: in string_concatenate()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c2185 case STORE_DEREF: in PyEval_EvalFrameEx()
4825 case STORE_DEREF: in string_concatenate()
Dcompile.c909 case STORE_DEREF: in opcode_stack_effect()
2401 case Store: op = STORE_DEREF; break; in compiler_nameop()