Lines Matching defs:nlocals
7951 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames);
7964 offset += nlocals - numdropped;
7973 offset += nlocals - numdropped;
8130 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames);
8141 fixed[i] = nlocals + i;
8299 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames);
8307 if (fixedmap[i] == i + nlocals) {
8386 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames);
8389 assert(INT_MAX - nlocals - ncellvars > 0);
8390 assert(INT_MAX - nlocals - ncellvars - nfreevars > 0);
8391 int nlocalsplus = nlocals + ncellvars + nfreevars;