Home
last modified time | relevance | path

Searched defs:newargs (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Objects/
Dclassobject.c56 PyObject **newargs = (PyObject**)args - 1; in method_vectorcall() local
71 PyObject **newargs; in method_vectorcall() local
Dcall.c100 PyObject *const *newargs; in _PyObject_FastCallDict() local
Dexceptions.c829 PyObject *newargs; in oserror_parse_args() local
Dtypeobject.c4326 PyObject *newargs = _PyObject_CallNoArg(getnewargs_ex); in _PyObject_GetNewArguments() local
4456 PyObject *newobj, *newargs, *state, *listitems, *dictitems; in reduce_newobj() local
/third_party/toybox/toys/posix/
Dfind.c97 char **newargs; in flush_exec() local
/third_party/python/Modules/
D_operator.c1652 PyObject *newargs; in methodcaller_reduce() local
1672 PyObject *newargs[2]; in methodcaller_reduce() local
Dparsermodule.c1086 PyObject *newargs; in parser__pickler() local
D_collectionsmodule.c2151 PyObject *newargs; in defdict_init() local
Ditertoolsmodule.c1801 PyObject *newargs = PySequence_Tuple(args); in starmap_next() local
D_pickle.c4071 PyObject *newargs; in save_reduce() local
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1430 PyObject *newargs; member