Home
last modified time | relevance | path

Searched refs:_PyVectorcall_Function (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dabstract.h74 #define _PyVectorcall_Function PyVectorcall_Function macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dabstract.h74 #define _PyVectorcall_Function PyVectorcall_Function macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dabstract.h74 #define _PyVectorcall_Function PyVectorcall_Function macro
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dabstract.h74 #define _PyVectorcall_Function PyVectorcall_Function macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dabstract.h74 #define _PyVectorcall_Function PyVectorcall_Function macro
/aosp_15_r20/external/python/cpython3/Objects/
Dcall.c133 vectorcallfunc func = _PyVectorcall_Function(callable); in _PyObject_FastCallDictTstate()
326 vectorcallfunc vector_func = _PyVectorcall_Function(callable); in _PyObject_Call()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcall.rst112 ``_PyObject_VectorcallMethod``, ``_PyVectorcall_Function``,
/aosp_15_r20/external/python/cpython3/Modules/
D_functoolsmodule.c272 if (_PyVectorcall_Function(pto->fn) == NULL) { in partial_setvectorcall()