Home
last modified time | relevance | path

Searched refs:INPLACE_LSHIFT (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h78 #define INPLACE_LSHIFT 75 macro
/external/python/cpython3/Include/
Dopcode.h53 #define INPLACE_LSHIFT 75 macro
/external/python/cpython2/Doc/library/
Ddis.rst344 .. opcode:: INPLACE_LSHIFT ()
/external/python/cpython2/Python/
Dcompile.c788 case INPLACE_LSHIFT: in opcode_stack_effect()
2296 return INPLACE_LSHIFT; in inplace_binop()
Dceval.c1777 TARGET_NOARG(INPLACE_LSHIFT) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst518 .. opcode:: INPLACE_LSHIFT
/external/python/cpython3/Python/
Dcompile.c944 case INPLACE_LSHIFT: in stack_effect()
3142 return INPLACE_LSHIFT; in inplace_binop()
Dceval.c1509 TARGET(INPLACE_LSHIFT) { in _PyEval_EvalFrameDefault()