Searched refs:nb_inplace_or (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Objects/ |
D | typeslots.inc | 20 offsetof(PyHeapTypeObject, as_number.nb_inplace_or),
|
D | abstract.c | 1043 INPLACE_BINOP(PyNumber_InPlaceOr, nb_inplace_or, nb_or, "|=")
|
D | typeobject.c | 4771 COPYNUM(nb_inplace_or); in inherit_slots() 6674 IBSLOT("__ior__", nb_inplace_or, slot_nb_inplace_or,
|
/external/python/cpython2/Include/ |
D | object.h | 262 binaryfunc nb_inplace_or; member
|
/external/python/cpython3/Include/ |
D | object.h | 274 binaryfunc nb_inplace_or; member
|
/external/python/cpython2/Objects/ |
D | abstract.c | 1312 INPLACE_BINOP(PyNumber_InPlaceOr, nb_inplace_or, nb_or, "|=")
|
D | typeobject.c | 3927 COPYNUM(nb_inplace_or); 6103 IBSLOT("__ior__", nb_inplace_or, slot_nb_inplace_or,
|
/external/python/cpython2/Doc/c-api/ |
D | typeobj.rst | 473 :attr:`nb_inplace_xor`, and :attr:`nb_inplace_or`; and the 1204 binaryfunc nb_inplace_or;
|
/external/python/cpython3/Doc/c-api/ |
D | typeobj.rst | 1125 binaryfunc nb_inplace_or;
|