Home
last modified time | relevance | path

Searched refs:PyObject_Vectorcall (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dabstract.h64 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/
Dabstract.h64 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/
Dabstract.h64 PyAPI_FUNC(PyObject *) PyObject_Vectorcall(
71 #define _PyObject_Vectorcall PyObject_Vectorcall
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dabstract.h64 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/
Dabstract.h64 PyAPI_FUNC(PyObject *) PyObject_Vectorcall(
71 #define _PyObject_Vectorcall PyObject_Vectorcall
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcall.rst104 :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/
Dutil.c77 exc = PyObject_Vectorcall(type, args, 1, NULL); in raise_exception()
Dconnection.c136 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()
Dcursor.c514 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()
Dmodule.c82 return PyObject_Vectorcall(factory, args, nargsf, kwnames); in module_connect()
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c231 result = PyObject_Vectorcall(callable, args, nargs, NULL); in _CallPythonObject()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h641 PyObject_Vectorcall(PyObject *callable, PyObject *const *args, in PyObject_Vectorcall() function
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c953 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);
Dbltinmodule.c472 PyObject *retval = PyObject_Vectorcall(hook, args, nargs, keywords); in builtin_breakpoint()
2393 v = PyObject_Vectorcall(callable, args + 1, nargs - 1, kwnames); in builtin_sorted()
Dsysmodule.c576 PyObject *retval = PyObject_Vectorcall(hook, args, nargs, keywords); in sys_breakpointhook()
/aosp_15_r20/external/python/cpython3/Objects/
Dcall.c295 PyObject_Vectorcall(PyObject *callable, PyObject *const *args, in PyObject_Vectorcall() function
Ddescrobject.c1681 res = PyObject_Vectorcall(func, args, 2, NULL); in property_descr_set()
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c381 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.c904 return PyObject_Vectorcall( in _operator_call()
D_testcapimodule.c5323 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/
D3.9.0a4.rst946 ``PyObject_Vectorcall``, ``PyObject_VectorcallMethod``,
D3.11.0a6.rst443 Use :c:func:`PyObject_Vectorcall` while calling ctypes callback function.
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi567 …<elf-symbol name='PyObject_Vectorcall' type='func-type' binding='global-binding' visibility='defau…
7301PyObject_Vectorcall' mangled-name='PyObject_Vectorcall' filepath='Objects/call.c' line='295' colum…