Searched defs:freevars (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | codeobject.c | 46 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() 240 PyObject *freevars = NULL, *ourfreevars = NULL; in code_new() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | codeobject.c | 46 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() 240 PyObject *freevars = NULL, *ourfreevars = NULL; in code_new() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | ceval.c | 706 register PyObject **fastlocals, **freevars; in PyEval_EvalFrameEx() local 3036 register PyObject **fastlocals, **freevars; in PyEval_EvalCodeEx() local 4827 PyObject **freevars = (f->f_localsplus + in string_concatenate() local
|
D | compile.c | 3852 PyObject *freevars = NULL; in makecode() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | ceval.c | 704 register PyObject **fastlocals, **freevars; in PyEval_EvalFrameEx() local 3021 register PyObject **fastlocals, **freevars; in PyEval_EvalCodeEx() local 4805 PyObject **freevars = (f->f_localsplus + in string_concatenate() local
|
D | marshal.c | 1008 PyObject *freevars = NULL; in r_object() local
|
D | compile.c | 3828 PyObject *freevars = NULL; in makecode() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
D | marshal.c | 1008 PyObject *freevars = NULL; in r_object() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/ |
D | marshal.c | 1013 PyObject *freevars = NULL; in r_object() local
|