Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h66 #define INPLACE_OR 79 macro
/third_party/python/Doc/library/
Ddis.rst555 .. opcode:: INPLACE_OR
/third_party/python/Python/
Dcompile.c1031 case INPLACE_OR: in stack_effect()
3664 return INPLACE_OR; in inplace_binop()
Dceval.c2353 case TARGET(INPLACE_OR): { in _PyEval_EvalFrameDefault()