Searched defs:freevars (Results 1 – 11 of 11) sorted by relevance
| /external/python/cpython3/Objects/clinic/ |
| D | codeobject.c.h | 39 PyObject *freevars = NULL; in code_new() local
|
| /external/python/cpython2/Objects/ |
| D | codeobject.c | 95 PyObject *varnames, PyObject *freevars, PyObject *cellvars, in PyCode_New() 280 PyObject *freevars = NULL, *ourfreevars = NULL; in code_new() local
|
| /external/tensorflow/tensorflow/python/autograph/pyct/ |
| D | transpiler.py | 146 def __init__(self, name, freevars, extra_locals): argument
|
| /external/python/cpython3/Objects/ |
| D | codeobject.c | 120 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()
|
| /external/python/cpython2/Python/ |
| D | ceval.c | 808 register PyObject **fastlocals, **freevars; in PyEval_EvalFrameEx() local 3373 register PyObject **fastlocals, **freevars; in PyEval_EvalCodeEx() local 5184 PyObject **freevars = (f->f_localsplus + in string_concatenate() local
|
| D | marshal.c | 1013 PyObject *freevars = NULL; in r_object() local
|
| D | compile.c | 3814 PyObject *freevars = NULL; in makecode() local
|
| /external/python/cpython3/Python/ |
| D | marshal.c | 1314 PyObject *freevars = NULL; in r_object() local
|
| D | ceval.c | 1593 PyObject **fastlocals, **freevars; in _PyEval_EvalFrameDefault() local 4795 PyObject **freevars = f->f_localsplus + co->co_nlocals; in _PyEval_MakeFrameVector() local 6340 PyObject **freevars = (f->f_localsplus + in unicode_concatenate() local
|
| D | compile.c | 6901 PyObject *freevars = NULL; in makecode() local
|
| /external/starlark-go/starlark/ |
| D | value.go | 662 freevars Tuple member
|