Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h53 #define BINARY_OR 66 macro
/third_party/python/Doc/library/
Ddis.rst481 .. opcode:: BINARY_OR
/third_party/python/Python/
Dcompile.c1016 case BINARY_OR: in stack_effect()
3627 return BINARY_OR; in binop()
Dceval.c2166 case TARGET(BINARY_OR): { in _PyEval_EvalFrameDefault()