Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h146 #define STORE_DEREF 137 /* Store into cell */ macro
/external/python/cpython2/Doc/library/
Ddis.rst786 .. opcode:: STORE_DEREF (i)
/external/python/cpython2/Python/
Dceval.c2441 TARGET(STORE_DEREF) in PyEval_EvalFrameEx()
5143 case STORE_DEREF: in string_concatenate()
Dcompile.c909 case STORE_DEREF: in opcode_stack_effect()
2362 case Store: op = STORE_DEREF; break; in compiler_nameop()