Home
last modified time | relevance | path

Searched defs:nlocals (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Objects/clinic/
H A Dcodeobject.c.h30 int nlocals; in code_new() local
/third_party/python/Objects/
H A Dcodeobject.c172 int nlocals = 0; in get_localsplus_counts() local
272 int nlocals; in _PyCode_Validate() local
292 int nlocals, nplaincellvars, ncellvars, nfreevars; in init_code() local
498 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_NewWithPosOnlyArgs() argument
622 PyCode_New(int argcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_New() argument
1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable, PyObject *freevars, PyObject *cellvars) code_new_impl() argument
[all...]
/third_party/python/Python/
H A Dcompile.c7951 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames); in compute_localsplus_info() local
8130 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames); in build_cellfixedoffsets() local
8299 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames); in fix_cell_offsets() local
8386 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames); in assemble() local
[all...]

Completed in 14 milliseconds