Home
last modified time | relevance | path

Searched refs:_PyCFunctionFastWithKeywords (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dmethodobject.c438 _PyCFunctionFastWithKeywords meth = (_PyCFunctionFastWithKeywords) in cfunction_vectorcall_FASTCALL_KEYWORDS()
Ddescrobject.c421 _PyCFunctionFastWithKeywords meth = (_PyCFunctionFastWithKeywords) in method_vectorcall_FASTCALL_KEYWORDS()
/aosp_15_r20/external/python/cpython3/Include/
Dmethodobject.h23 typedef PyObject *(*_PyCFunctionFastWithKeywords) (PyObject *, typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dmethodobject.h23 typedef PyObject *(*_PyCFunctionFastWithKeywords) (PyObject *, typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dmethodobject.h23 typedef PyObject *(*_PyCFunctionFastWithKeywords) (PyObject *, typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dmethodobject.h23 typedef PyObject *(*_PyCFunctionFastWithKeywords) (PyObject *, typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dmethodobject.h23 typedef PyObject *(*_PyCFunctionFastWithKeywords) (PyObject *, typedef
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dstructures.rst219 .. c:type:: _PyCFunctionFastWithKeywords
225 PyObject *_PyCFunctionFastWithKeywords(PyObject *self,
316 with methods of type :c:type:`_PyCFunctionFastWithKeywords`.
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c5093 _PyCFunctionFastWithKeywords cfunc =
5094 (_PyCFunctionFastWithKeywords)(void(*)(void))
5256 _PyCFunctionFastWithKeywords cfunc =
5257 (_PyCFunctionFastWithKeywords)(void(*)(void))meth->ml_meth;