Home
last modified time | relevance | path

Searched defs:ncellvars (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/
H A Dcodeobject.c174 int ncellvars = 0; in get_localsplus_counts() local
292 int nlocals, nplaincellvars, ncellvars, nfreevars; in init_code() local
521 int ncellvars = (int)PyTuple_GET_SIZE(cellvars); in PyCode_NewWithPosOnlyArgs() local
[all...]
/third_party/python/Python/
H A Dcompile.c8131 int ncellvars = (int)PyDict_GET_SIZE(c->u->u_cellvars); in build_cellfixedoffsets() local
8212 const int ncellvars = (int)PyDict_GET_SIZE(c->u->u_cellvars); in insert_prefix_instructions() local
8300 int ncellvars = (int)PyDict_GET_SIZE(c->u->u_cellvars); in fix_cell_offsets() local
8387 int ncellvars in assemble() local
[all...]

Completed in 14 milliseconds