Searched refs:tp_vectorcall (Results 1 – 22 of 22) sorted by relevance
/aosp_15_r20/external/python/cpython3/Objects/ |
D | enumobject.c | 331 .tp_vectorcall = (vectorcallfunc)enumerate_vectorcall 544 .tp_vectorcall = (vectorcallfunc)reversed_vectorcall,
|
D | boolobject.c | 193 .tp_vectorcall = bool_vectorcall,
|
D | setobject.c | 2170 .tp_vectorcall = set_vectorcall, 2271 .tp_vectorcall = frozenset_vectorcall,
|
D | tupleobject.c | 904 .tp_vectorcall = tuple_vectorcall,
|
D | rangeobject.c | 755 .tp_vectorcall = (vectorcallfunc)range_vectorcall
|
D | floatobject.c | 1930 .tp_vectorcall = (vectorcallfunc)float_vectorcall,
|
D | typeobject.c | 4401 offsetof(PyTypeObject, tp_vectorcall), /* tp_vectorcall_offset */ 4438 .tp_vectorcall = type_vectorcall, 9220 .tp_vectorcall = (vectorcallfunc)super_vectorcall,
|
D | listobject.c | 3141 .tp_vectorcall = list_vectorcall,
|
D | dictobject.c | 3882 .tp_vectorcall = dict_vectorcall,
|
/aosp_15_r20/external/python/cpython3/Doc/includes/ |
D | typestruct.h | 82 vectorcallfunc tp_vectorcall; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | object.h | 229 vectorcallfunc tp_vectorcall; member
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | object.h | 229 vectorcallfunc tp_vectorcall; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | object.h | 229 vectorcallfunc tp_vectorcall; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | object.h | 229 vectorcallfunc tp_vectorcall; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | object.h | 229 vectorcallfunc tp_vectorcall; member
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | bltinmodule.c | 670 .tp_vectorcall = (vectorcallfunc)filter_vectorcall 1456 .tp_vectorcall = (vectorcallfunc)map_vectorcall
|
D | specialize.c | 1393 if (tp->tp_vectorcall != NULL) { in specialize_class_call()
|
D | ceval.c | 4985 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/ |
D | type.rst | 284 * :c:member:`~PyTypeObject.tp_vectorcall`
|
D | typeobj.rst | 148 …| :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/ |
D | 3.9.0a1.rst | 5660 ``tp_vectorcall`` to a vectorcall function to be used instead of ``tp_new``
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 2254 …<var-decl name='tp_vectorcall' type-id='type-id-106' visibility='default' filepath='./Include/cpyt…
|