Home
last modified time | relevance | path

Searched defs:nlocalsplus (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_frame.h104 PyObject *locals, int nlocalsplus) in _PyFrame_InitializeSpecials()
/third_party/python/Objects/
Dcodeobject.c176 Py_ssize_t nlocalsplus = PyTuple_GET_SIZE(names); in get_localsplus_counts() local
291 int nlocalsplus = (int)PyTuple_GET_SIZE(con->localsplusnames); in init_code() local
523 int nlocalsplus = nvarnames + ncellvars + nfreevars; in PyCode_NewWithPosOnlyArgs() local
/third_party/python/Python/
Dcompile.c7935 compute_localsplus_info(struct compiler *c, int nlocalsplus, in compute_localsplus_info()
7981 int maxdepth, int nlocalsplus) in makecode()
8391 int nlocalsplus = nlocals + ncellvars + nfreevars; in assemble() local