Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dcodeobject.c175 int nfreevars = 0; in get_localsplus_counts() local
292 int nlocals, nplaincellvars, ncellvars, nfreevars; in init_code() local
522 int nfreevars = (int)PyTuple_GET_SIZE(freevars); in PyCode_NewWithPosOnlyArgs() local
/third_party/python/Python/
H A Dcompile.c8132 int nfreevars = (int)PyDict_GET_SIZE(c->u->u_freevars); in build_cellfixedoffsets() local
8301 int nfreevars = (int)PyDict_GET_SIZE(c->u->u_freevars); in fix_cell_offsets() local
8388 int nfreevars = (int)PyDict_GET_SIZE(c->u->u_freevars); in assemble() local
8173 insert_prefix_instructions(struct compiler *c, basicblock *entryblock, int *fixed, int nfreevars) insert_prefix_instructions() argument
[all...]

Completed in 14 milliseconds