Searched refs:tp_vectorcall_offset (Results 1 – 23 of 23) sorted by relevance
/aosp_15_r20/external/python/cpython3/Doc/includes/ |
D | typestruct.h | 9 Py_ssize_t tp_vectorcall_offset; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_call.h | 49 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/ |
D | pycore_call.h | 49 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/ |
D | pycore_call.h | 49 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/ |
D | pycore_call.h | 49 Py_ssize_t offset = tp->tp_vectorcall_offset; in _PyVectorcall_FunctionInline()
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_call.h | 49 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/ |
D | object.h | 156 Py_ssize_t tp_vectorcall_offset; member
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | object.h | 156 Py_ssize_t tp_vectorcall_offset; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | object.h | 156 Py_ssize_t tp_vectorcall_offset; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | object.h | 156 Py_ssize_t tp_vectorcall_offset; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | object.h | 156 Py_ssize_t tp_vectorcall_offset; member
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | classobject.c | 329 .tp_vectorcall_offset = offsetof(PyMethodObject, vectorcall),
|
D | weakrefobject.c | 374 .tp_vectorcall_offset = offsetof(PyWeakReference, vectorcall),
|
D | call.c | 272 Py_ssize_t offset = Py_TYPE(callable)->tp_vectorcall_offset; in PyVectorcall_Call()
|
D | genericaliasobject.c | 958 .tp_vectorcall_offset = offsetof(gaobject, vectorcall),
|
D | typeobject.c | 3580 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/ |
D | type.rst | 289 * :c:member:`~PyTypeObject.tp_vectorcall_offset`
|
D | call.rst | 67 :c:member:`~PyTypeObject.tp_vectorcall_offset` to the offset inside the
|
D | structures.rst | 478 :c:member:`~PyTypeObject.tp_vectorcall_offset` in type objects.
|
D | typeobj.rst | 52 …| :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.c | 7344 .tp_vectorcall_offset = offsetof(MethodDescriptorObject, vectorcall), 7384 .tp_vectorcall_offset = offsetof(MethodDescriptor2Object, vectorcall),
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 974 The slot ``tp_vectorcall_offset`` is inherited unconditionally to support
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 2125 …<var-decl name='tp_vectorcall_offset' type-id='type-id-36' visibility='default' filepath='./Includ…
|