Home
last modified time | relevance | path

Searched refs:OP_DEREF (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c2318 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() enumerator
2334 optype = OP_DEREF; in compiler_nameop()
2338 optype = OP_DEREF; in compiler_nameop()
2361 case OP_DEREF: in compiler_nameop()
/external/python/cpython3/Python/
Dcompile.c3165 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() enumerator
3185 optype = OP_DEREF; in compiler_nameop()
3189 optype = OP_DEREF; in compiler_nameop()
3211 case OP_DEREF: in compiler_nameop()