/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | abstract.h | 64 PyAPI_FUNC(PyObject *) PyObject_Vectorcall( 71 #define _PyObject_Vectorcall PyObject_Vectorcall
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | abstract.h | 64 PyAPI_FUNC(PyObject *) PyObject_Vectorcall( 71 #define _PyObject_Vectorcall PyObject_Vectorcall
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | abstract.h | 64 PyAPI_FUNC(PyObject *) PyObject_Vectorcall( 71 #define _PyObject_Vectorcall PyObject_Vectorcall
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | abstract.h | 64 PyAPI_FUNC(PyObject *) PyObject_Vectorcall( 71 #define _PyObject_Vectorcall PyObject_Vectorcall
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | abstract.h | 64 PyAPI_FUNC(PyObject *) PyObject_Vectorcall( 71 #define _PyObject_Vectorcall PyObject_Vectorcall
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | call.rst | 104 :c:func:`PyObject_Vectorcall` will usually be most efficient. 211 | :c:func:`PyObject_Vectorcall` | ``PyObject *`` | vectorcall | vectorcall | 353 .. c:function:: PyObject* PyObject_Vectorcall(PyObject *callable, PyObject *const *args, size_t nar… 388 :c:func:`PyObject_Vectorcall`.
|
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/ |
D | util.c | 77 exc = PyObject_Vectorcall(type, args, 1, NULL); in raise_exception()
|
D | connection.c | 136 PyObject *inner = PyObject_Vectorcall(lru_cache, args + 1, nargsf, NULL); in new_statement_cache() 144 PyObject *res = PyObject_Vectorcall(inner, args + 1, nargsf, NULL); in new_statement_cache() 1805 retval = PyObject_Vectorcall(ctx->callable, args + 1, nargsf, NULL); in collation_callback()
|
D | cursor.c | 514 return PyObject_Vectorcall(cache, args + 1, nargsf, NULL); in get_statement_from_cache() 1145 PyObject *new_row = PyObject_Vectorcall(factory, args, 2, NULL); in pysqlite_cursor_iternext()
|
D | module.c | 82 return PyObject_Vectorcall(factory, args, nargsf, kwnames); in module_connect()
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | callbacks.c | 231 result = PyObject_Vectorcall(callable, args, nargs, NULL); in _CallPythonObject()
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | pythoncapi_compat.h | 641 PyObject_Vectorcall(PyObject *callable, PyObject *const *args, in PyObject_Vectorcall() function
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | ceval.c | 953 value = PyObject_Vectorcall(get, args, 3, NULL); in match_keys() 956 value = PyObject_Vectorcall(get, &args[1], 2, NULL); in match_keys() 4456 res = PyObject_Vectorcall(exit_func, stack + 1, 4774 res = PyObject_Vectorcall( 7293 C_TRACE(x, PyObject_Vectorcall(func, args, nargs, kwnames)); 7309 C_TRACE(x, PyObject_Vectorcall(func, 7315 return PyObject_Vectorcall(func, args, nargs | PY_VECTORCALL_ARGUMENTS_OFFSET, kwnames);
|
D | bltinmodule.c | 472 PyObject *retval = PyObject_Vectorcall(hook, args, nargs, keywords); in builtin_breakpoint() 2393 v = PyObject_Vectorcall(callable, args + 1, nargs - 1, kwnames); in builtin_sorted()
|
D | sysmodule.c | 576 PyObject *retval = PyObject_Vectorcall(hook, args, nargs, keywords); in sys_breakpointhook()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 295 PyObject_Vectorcall(PyObject *callable, PyObject *const *args, in PyObject_Vectorcall() function
|
D | descrobject.c | 1681 res = PyObject_Vectorcall(func, args, 2, NULL); in property_descr_set()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _asynciomodule.c | 381 handle = PyObject_Vectorcall(callable, stack, nargs, context_kwname); in call_soon() 2898 tmp = PyObject_Vectorcall(add_cb, stack, 1, context_kwname); in task_step_impl()
|
D | _operator.c | 904 return PyObject_Vectorcall( in _operator_call()
|
D | _testcapimodule.c | 5323 return PyObject_Vectorcall(func, stack, nargs, kwnames); in test_pyobject_vectorcall() 5686 PyObject *pykwargs = PyObject_Vectorcall((PyObject*)&PyDict_Type, in meth_fastcall_keywords()
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a4.rst | 946 ``PyObject_Vectorcall``, ``PyObject_VectorcallMethod``,
|
D | 3.11.0a6.rst | 443 Use :c:func:`PyObject_Vectorcall` while calling ctypes callback function.
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 567 …<elf-symbol name='PyObject_Vectorcall' type='func-type' binding='global-binding' visibility='defau… 7301 …PyObject_Vectorcall' mangled-name='PyObject_Vectorcall' filepath='Objects/call.c' line='295' colum…
|