Searched refs:tp_vectorcall_offset (Results 1 – 11 of 11) sorted by relevance
9 Py_ssize_t tp_vectorcall_offset; member
78 offset = tp->tp_vectorcall_offset; in PyVectorcall_Function()
201 Py_ssize_t tp_vectorcall_offset; member
242 * :c:member:`~PyTypeObject.tp_vectorcall_offset`
67 :c:member:`~PyTypeObject.tp_vectorcall_offset` to the offset inside the
431 :c:member:`~PyTypeObject.tp_vectorcall_offset` in type objects.
52 …| :c:member:`~PyTypeObject.tp_vectorcall_offset` | Py_ssize_t | …680 .. c:member:: Py_ssize_t PyTypeObject.tp_vectorcall_offset709 The semantics of the ``tp_vectorcall_offset`` slot are provisional and1160 See :c:member:`~PyTypeObject.tp_vectorcall_offset` for details.2481 0, /* tp_vectorcall_offset */
211 Py_ssize_t offset = Py_TYPE(callable)->tp_vectorcall_offset; in PyVectorcall_Call()
3048 type->tp_vectorcall_offset = vectorcalloffset; in PyType_FromModuleAndSpec()5299 COPYSLOT(tp_vectorcall_offset); in inherit_slots()5391 _PyObject_ASSERT((PyObject *)type, type->tp_vectorcall_offset > 0); in PyType_Ready()
6174 .tp_vectorcall_offset = offsetof(MethodDescriptorObject, vectorcall),6214 .tp_vectorcall_offset = offsetof(MethodDescriptor2Object, vectorcall),
974 The slot ``tp_vectorcall_offset`` is inherited unconditionally to support