Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h52 #define BINARY_XOR 65 macro
/third_party/python/Doc/library/
Ddis.rst476 .. opcode:: BINARY_XOR
/third_party/python/Python/
Dcompile.c1015 case BINARY_XOR: in stack_effect()
3629 return BINARY_XOR; in binop()
Dceval.c2154 case TARGET(BINARY_XOR): { in _PyEval_EvalFrameDefault()