Lines Matching refs:tp_call
364 0, /* tp_call */
1106 ternaryfunc tp_call = PyType_GetSlot(&PyLong_Type, Py_tp_call);
1107 if (tp_call != NULL) {
1108 PyErr_SetString(PyExc_AssertionError, "mismatch: tp_call of long");
6847 0, /* tp_call */
6950 0, /* tp_call */
7064 0, /* tp_call */
7109 0, /* tp_call */
7190 0, /* tp_call */
7343 .tp_call = PyVectorcall_Call,
7360 .tp_call = call_return_args,
7383 .tp_call = PyVectorcall_Call,