Searched defs:nargsf (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Objects/ |
D | methodobject.c | 410 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in cfunction_vectorcall_FASTCALL() 428 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in cfunction_vectorcall_FASTCALL_KEYWORDS() 443 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in cfunction_vectorcall_NOARGS() 465 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in cfunction_vectorcall_O()
|
D | descrobject.c | 285 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_VARARGS() 308 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_VARARGS_KEYWORDS() 342 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_FASTCALL() 360 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_FASTCALL_KEYWORDS() 378 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_NOARGS() 400 PyObject *func, PyObject *const *args, size_t nargsf, PyObject *kwnames) in method_vectorcall_O()
|
D | call.c | 75 size_t nargsf, PyObject *kwargs) in _PyObject_FastCallDict() 388 size_t nargsf, PyObject *kwnames) in _PyFunction_Vectorcall()
|
D | classobject.c | 46 size_t nargsf, PyObject *kwnames) in method_vectorcall()
|
/external/python/cpython3/Include/cpython/ |
D | abstract.h | 116 size_t nargsf, PyObject *kwnames) in _PyObject_Vectorcall()
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 5879 size_t nargsf, PyObject *kwnames) in MethodDescriptor_vectorcall()
|