Home
last modified time | relevance | path

Searched refs:PyVectorcall_NARGS (Results 1 - 20 of 20) sorted by relevance

/third_party/python/Objects/
H A Dmethodobject.c421 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_FASTCALL()
437 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_FASTCALL_KEYWORDS()
454 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD()
472 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_NOARGS()
500 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_O()
H A Dboolobject.c57 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in bool_vectorcall()
H A Ddescrobject.c317 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_VARARGS()
342 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_VARARGS_KEYWORDS()
378 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_FASTCALL_KEYWORDS_METHOD()
398 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_FASTCALL()
417 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_FASTCALL_KEYWORDS()
436 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_NOARGS()
463 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_O()
H A Denumobject.c104 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in enumerate_vectorcall()
405 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in reversed_vectorcall()
H A Dcall.c128 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in _PyObject_FastCallDictTstate()
388 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in _PyFunction_Vectorcall()
834 assert(PyVectorcall_NARGS(nargsf) >= 1); in PyObject_VectorcallMethod()
H A Dclassobject.c50 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall()
H A Drangeobject.c148 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in range_vectorcall()
H A Dweakrefobject.c138 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in weakref_vectorcall()
H A Dtupleobject.c720 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in tuple_vectorcall()
H A Dsetobject.c1032 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in frozenset_vectorcall()
2008 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in set_vectorcall()
H A Dfloatobject.c1705 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in float_vectorcall()
H A Dlistobject.c2805 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in list_vectorcall()
H A Dtypeobject.c3342 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in type_vectorcall()
9145 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in super_vectorcall()
H A Ddictobject.c3796 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in dict_vectorcall()
/third_party/python/Include/internal/
H A Dpycore_call.h85 assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0); in _PyObject_VectorcallTstate()
89 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in _PyObject_VectorcallTstate()
/third_party/python/Include/cpython/
H A Dabstract.h57 PyVectorcall_NARGS(size_t n) in PyVectorcall_NARGS() function
/third_party/python/Modules/
H A D_operator.c906 &args[1], (PyVectorcall_NARGS(nargs) - 1) | PY_VECTORCALL_ARGUMENTS_OFFSET, in _operator_call()
1080 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in itemgetter_vectorcall()
1398 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in attrgetter_vectorcall()
H A D_functoolsmodule.c196 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in partial_vectorcall_fallback()
212 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in partial_vectorcall()
/third_party/python/Modules/_sqlite/
H A Dmodule.c68 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in module_connect()
/third_party/python/Python/
H A Dbltinmodule.c532 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in filter_vectorcall()
1291 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in map_vectorcall()

Completed in 59 milliseconds