Home
last modified time | relevance | path

Searched refs:nb_xor (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Objects/
H A Dboolobject.c94 return PyLong_Type.tp_as_number->nb_xor(a, b); in bool_xor()
124 bool_xor, /* nb_xor */
H A Dabstract.c1063 BINARY_FUNC(PyNumber_Xor, nb_xor, "^")
1248 INPLACE_BINOP(PyNumber_InPlaceXor, nb_inplace_xor, nb_xor, "^=")
H A Dtypeobject.c5895 COPYNUM(nb_xor); in inherit_slots()
7524 SLOT1BIN(slot_nb_xor, nb_xor, __xor__, __rxor__)
8137 BINSLOT("__xor__", nb_xor, slot_nb_xor, "^"),
8138 RBINSLOT("__rxor__", nb_xor, slot_nb_xor, "^"),
/third_party/python/Include/cpython/
H A Dobject.h80 binaryfunc nb_xor; member

Completed in 21 milliseconds