Searched refs:vectorcallfunc (Results 1 – 14 of 14) sorted by relevance
65 static inline vectorcallfunc70 vectorcallfunc *ptr; in PyVectorcall_Function()80 ptr = (vectorcallfunc *)(((char *)callable) + offset); in PyVectorcall_Function()107 vectorcallfunc func; in _PyObject_VectorcallTstate()
29 vectorcallfunc vectorcall;
74 typedef PyObject *(*vectorcallfunc)(PyObject *callable, PyObject *const *args, typedef273 vectorcallfunc tp_vectorcall;
17 vectorcallfunc vectorcall;
35 vectorcallfunc vectorcall;
56 vectorcallfunc vectorcall;
68 object structure where a *vectorcallfunc* appears.71 .. c:type:: PyObject *(*vectorcallfunc)(PyObject *callable, PyObject *const *args, size_t nargsf, P…151 .. c:function:: vectorcallfunc PyVectorcall_Function(PyObject *op)167 Call *callable*'s :c:type:`vectorcallfunc` with positional and keyword368 The arguments are the same as for :c:type:`vectorcallfunc`.
148 …| :c:member:`~PyTypeObject.tp_vectorcall` | :c:type:`vectorcallfunc` | …689 instance of a :c:type:`vectorcallfunc` pointer.691 The *vectorcallfunc* pointer may be ``NULL``, in which case the instance behaves697 with the *vectorcallfunc* function.1903 .. c:member:: vectorcallfunc PyTypeObject.tp_vectorcall
110 vectorcallfunc func = PyVectorcall_Function(callable); in _PyObject_FastCallDictTstate()218 vectorcallfunc func = *(vectorcallfunc *)(((char *)callable) + offset); in PyVectorcall_Call()
47 vectorcallfunc vectorcall; in PyCMethod_New()
737 .tp_vectorcall = (vectorcallfunc)range_vectorcall
906 vectorcallfunc vectorcall; in PyDescr_NewMethod()
22 vectorcallfunc vectorcall;223 pto->vectorcall = (vectorcallfunc)partial_vectorcall; in partial_setvectorcall()
6123 vectorcallfunc vectorcall;6196 vectorcallfunc vectorcall;