Home
last modified time | relevance | path

Searched defs:freevars (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Objects/clinic/
Dcodeobject.c.h39 PyObject *freevars = NULL; in code_new() local
/third_party/python/Objects/
Dcodeobject.c120 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_NewWithPosOnlyArgs()
278 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New()
553 int firstlineno, PyObject *linetable, PyObject *freevars, in code_new_impl()
/third_party/python/Python/
Dmarshal.c1314 PyObject *freevars = NULL; in r_object() local
Dceval.c1593 PyObject **fastlocals, **freevars; in _PyEval_EvalFrameDefault() local
4795 PyObject **freevars = f->f_localsplus + co->co_nlocals; in _PyEval_MakeFrameVector() local
6337 PyObject **freevars = (f->f_localsplus + in unicode_concatenate() local
Dcompile.c6875 PyObject *freevars = NULL; in makecode() local