Home
last modified time | relevance | path

Searched refs:u_names (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c106 PyObject *u_names; /* all names */ member
455 Py_CLEAR(u->u_names); in compiler_unit_free()
508 u->u_names = PyDict_New(); in compiler_enter_scope()
509 if (!u->u_names) { in compiler_enter_scope()
1246 PyString_AS_STRING(PyObject_Repr(c->u->u_names)) in get_ref_type()
2320 PyObject *dict = c->u->u_names; in compiler_nameop()
3825 names = dict_keys_inorder(c->u->u_names, 0); in makecode()
/external/python/cpython3/Python/
Dcompile.c123 PyObject *u_names; /* all names */ member
547 Py_CLEAR(u->u_names); in compiler_unit_free()
621 u->u_names = PyDict_New(); in compiler_enter_scope()
622 if (!u->u_names) { in compiler_enter_scope()
1884 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_names))); in get_ref_type()
3559 PyObject *dict = c->u->u_names; in compiler_nameop()
5913 names = dict_keys_inorder(c->u->u_names, 0); in makecode()