Home
last modified time | relevance | path

Searched refs:tp_vectorcall (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Denumobject.c331 .tp_vectorcall = (vectorcallfunc)enumerate_vectorcall
544 .tp_vectorcall = (vectorcallfunc)reversed_vectorcall,
Dboolobject.c193 .tp_vectorcall = bool_vectorcall,
Dsetobject.c2170 .tp_vectorcall = set_vectorcall,
2271 .tp_vectorcall = frozenset_vectorcall,
Dtupleobject.c904 .tp_vectorcall = tuple_vectorcall,
Drangeobject.c755 .tp_vectorcall = (vectorcallfunc)range_vectorcall
Dfloatobject.c1930 .tp_vectorcall = (vectorcallfunc)float_vectorcall,
Dtypeobject.c4401 offsetof(PyTypeObject, tp_vectorcall), /* tp_vectorcall_offset */
4438 .tp_vectorcall = type_vectorcall,
9220 .tp_vectorcall = (vectorcallfunc)super_vectorcall,
Dlistobject.c3141 .tp_vectorcall = list_vectorcall,
Ddictobject.c3882 .tp_vectorcall = dict_vectorcall,
/aosp_15_r20/external/python/cpython3/Doc/includes/
Dtypestruct.h82 vectorcallfunc tp_vectorcall; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dobject.h229 vectorcallfunc tp_vectorcall; member
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dobject.h229 vectorcallfunc tp_vectorcall; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dobject.h229 vectorcallfunc tp_vectorcall; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dobject.h229 vectorcallfunc tp_vectorcall; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dobject.h229 vectorcallfunc tp_vectorcall; member
/aosp_15_r20/external/python/cpython3/Python/
Dbltinmodule.c670 .tp_vectorcall = (vectorcallfunc)filter_vectorcall
1456 .tp_vectorcall = (vectorcallfunc)map_vectorcall
Dspecialize.c1393 if (tp->tp_vectorcall != NULL) { in specialize_class_call()
Dceval.c4985 DEOPT_IF(tp->tp_vectorcall == NULL, PRECALL);
4989 PyObject *res = tp->tp_vectorcall((PyObject *)tp, stack_pointer,
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dtype.rst284 * :c:member:`~PyTypeObject.tp_vectorcall`
Dtypeobj.rst148 …| :c:member:`~PyTypeObject.tp_vectorcall` | :c:type:`vectorcallfunc` | …
2044 .. c:member:: vectorcallfunc PyTypeObject.tp_vectorcall
2049 If ``tp_vectorcall`` is ``NULL``, the default call implementation
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst5660 ``tp_vectorcall`` to a vectorcall function to be used instead of ``tp_new``
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi2254 …<var-decl name='tp_vectorcall' type-id='type-id-106' visibility='default' filepath='./Include/cpyt…