Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Doc/includes/
Dtypestruct.h9 Py_ssize_t tp_vectorcall_offset; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_call.h49 Py_ssize_t offset = tp->tp_vectorcall_offset; in _PyVectorcall_FunctionInline()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_call.h49 Py_ssize_t offset = tp->tp_vectorcall_offset; in _PyVectorcall_FunctionInline()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_call.h49 Py_ssize_t offset = tp->tp_vectorcall_offset; in _PyVectorcall_FunctionInline()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_call.h49 Py_ssize_t offset = tp->tp_vectorcall_offset; in _PyVectorcall_FunctionInline()
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_call.h49 Py_ssize_t offset = tp->tp_vectorcall_offset; in _PyVectorcall_FunctionInline()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dobject.h156 Py_ssize_t tp_vectorcall_offset; member
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dobject.h156 Py_ssize_t tp_vectorcall_offset; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dobject.h156 Py_ssize_t tp_vectorcall_offset; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dobject.h156 Py_ssize_t tp_vectorcall_offset; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dobject.h156 Py_ssize_t tp_vectorcall_offset; member
/aosp_15_r20/external/python/cpython3/Objects/
Dclassobject.c329 .tp_vectorcall_offset = offsetof(PyMethodObject, vectorcall),
Dweakrefobject.c374 .tp_vectorcall_offset = offsetof(PyWeakReference, vectorcall),
Dcall.c272 Py_ssize_t offset = Py_TYPE(callable)->tp_vectorcall_offset; in PyVectorcall_Call()
Dgenericaliasobject.c958 .tp_vectorcall_offset = offsetof(gaobject, vectorcall),
Dtypeobject.c3580 type->tp_vectorcall_offset = vectorcalloffset; in PyType_FromModuleAndSpec()
5975 COPYSLOT(tp_vectorcall_offset); in inherit_slots()
6065 _PyObject_ASSERT((PyObject *)type, type->tp_vectorcall_offset > 0); in type_ready_pre_checks()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dtype.rst289 * :c:member:`~PyTypeObject.tp_vectorcall_offset`
Dcall.rst67 :c:member:`~PyTypeObject.tp_vectorcall_offset` to the offset inside the
Dstructures.rst478 :c:member:`~PyTypeObject.tp_vectorcall_offset` in type objects.
Dtypeobj.rst52 …| :c:member:`~PyTypeObject.tp_vectorcall_offset` | :c:type:`Py_ssize_t` | …
710 .. c:member:: Py_ssize_t PyTypeObject.tp_vectorcall_offset
1184 See :c:member:`~PyTypeObject.tp_vectorcall_offset` for details.
2636 0, /* tp_vectorcall_offset */
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c7344 .tp_vectorcall_offset = offsetof(MethodDescriptorObject, vectorcall),
7384 .tp_vectorcall_offset = offsetof(MethodDescriptor2Object, vectorcall),
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst974 The slot ``tp_vectorcall_offset`` is inherited unconditionally to support
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi2125 …<var-decl name='tp_vectorcall_offset' type-id='type-id-36' visibility='default' filepath='./Includ…