Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h82 #define INPLACE_OR 79 macro
/external/python/cpython3/Include/
Dopcode.h57 #define INPLACE_OR 79 macro
/external/python/cpython2/Doc/library/
Ddis.rst364 .. opcode:: INPLACE_OR ()
/external/python/cpython2/Python/
Dcompile.c792 case INPLACE_OR: in opcode_stack_effect()
2300 return INPLACE_OR; in inplace_binop()
Dceval.c1825 TARGET_NOARG(INPLACE_OR) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst538 .. opcode:: INPLACE_OR
/external/python/cpython3/Python/
Dcompile.c948 case INPLACE_OR: in stack_effect()
3146 return INPLACE_OR; in inplace_binop()
Dceval.c1557 TARGET(INPLACE_OR) { in _PyEval_EvalFrameDefault()