Searched refs:nb_xor (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Objects/ |
H A D | boolobject.c | 94 return PyLong_Type.tp_as_number->nb_xor(a, b); in bool_xor() 124 bool_xor, /* nb_xor */
|
H A D | abstract.c | 1063 BINARY_FUNC(PyNumber_Xor, nb_xor, "^") 1248 INPLACE_BINOP(PyNumber_InPlaceXor, nb_inplace_xor, nb_xor, "^=")
|
H A D | typeobject.c | 5895 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 D | object.h | 80 binaryfunc nb_xor; member
|
Completed in 17 milliseconds