Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dabstract.c863 binaryfunc slotv; in binary_op1() local
865 slotv = NB_BINOP(Py_TYPE(v)->tp_as_number, op_slot); in binary_op1()
868 slotv = NULL; in binary_op1()
874 if (slotw == slotv) { in binary_op1()
882 if (slotv) { in binary_op1()
891 x = slotv(v, w); in binary_op1()
971 ternaryfunc slotv; in ternary_op() local
973 slotv = NB_TERNOP(mv, op_slot); in ternary_op()
976 slotv = NULL; in ternary_op()
982 if (slotw == slotv) { in ternary_op()
[all …]