Home
last modified time | relevance | path

Searched refs:u_varnames (Results 1 – 13 of 13) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dcompile.c107 PyObject *u_varnames; /* local variables */ member
456 Py_CLEAR(u->u_varnames); in compiler_unit_free()
484 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
486 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()
1245 PyString_AS_STRING(PyObject_Repr(c->u->u_varnames)), in get_ref_type()
3826 varnames = dict_keys_inorder(c->u->u_varnames, 0); in makecode()
3840 nlocals = PyDict_Size(c->u->u_varnames); in makecode()
/dports/lang/python27/Python-2.7.18/Python/
H A Dcompile.c107 PyObject *u_varnames; /* local variables */ member
456 Py_CLEAR(u->u_varnames); in compiler_unit_free()
484 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
486 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()
1245 PyString_AS_STRING(PyObject_Repr(c->u->u_varnames)), in get_ref_type()
3826 varnames = dict_keys_inorder(c->u->u_varnames, 0); in makecode()
3840 nlocals = PyDict_Size(c->u->u_varnames); in makecode()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c107 PyObject *u_varnames; /* local variables */ member
433 Py_CLEAR(u->u_varnames); in compiler_unit_free()
461 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
463 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()
1254 PyObject_REPR(c->u->u_varnames), in get_ref_type()
3840 varnames = dict_keys_inorder(c->u->u_varnames, 0); in makecode()
3854 nlocals = PyDict_Size(c->u->u_varnames); in makecode()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c214 PyObject *u_varnames; /* local variables */ member
625 Py_CLEAR(u->u_varnames); in compiler_unit_free()
656 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
658 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()
7374 while (PyDict_Next(c->u->u_varnames, &pos, &k, &v)) { in compute_localsplus_info()
7385 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames); in compute_localsplus_info()
7391 if (PyDict_GetItem(c->u->u_varnames, k) != NULL) { in compute_localsplus_info()
7566 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames); in build_cellfixedoffsets()
7733 int nlocals = (int)PyDict_GET_SIZE(c->u->u_varnames); in fix_cell_offsets()
7818 assert(PyDict_GET_SIZE(c->u->u_varnames) < INT_MAX); in assemble()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c123 PyObject *u_varnames; /* local variables */ member
543 Py_CLEAR(u->u_varnames); in compiler_unit_free()
575 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
577 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()
1855 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_varnames)), in get_ref_type()
5889 varnames = dict_keys_inorder(c->u->u_varnames, 0); in makecode()
5908 nlocals = PyDict_GET_SIZE(c->u->u_varnames); in makecode()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c123 PyObject *u_varnames; /* local variables */ member
543 Py_CLEAR(u->u_varnames); in compiler_unit_free()
575 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
577 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()
1855 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_varnames)), in get_ref_type()
5889 varnames = dict_keys_inorder(c->u->u_varnames, 0); in makecode()
5908 nlocals = PyDict_GET_SIZE(c->u->u_varnames); in makecode()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c123 PyObject *u_varnames; /* local variables */ member
543 Py_CLEAR(u->u_varnames); in compiler_unit_free()
575 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
577 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()
1855 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_varnames)), in get_ref_type()
5889 varnames = dict_keys_inorder(c->u->u_varnames, 0); in makecode()
5908 nlocals = PyDict_GET_SIZE(c->u->u_varnames); in makecode()
/dports/lang/python37/Python-3.7.12/Python/
H A Dcompile.c116 PyObject *u_varnames; /* local variables */ member
532 Py_CLEAR(u->u_varnames); in compiler_unit_free()
563 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
565 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()
1581 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_varnames)), in get_ref_type()
5393 varnames = dict_keys_inorder(c->u->u_varnames, 0); in makecode()
5404 nlocals = PyDict_GET_SIZE(c->u->u_varnames); in makecode()
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c123 PyObject *u_varnames; /* local variables */ member
543 Py_CLEAR(u->u_varnames); in compiler_unit_free()
575 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
577 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()
1855 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_varnames)), in get_ref_type()
5889 varnames = dict_keys_inorder(c->u->u_varnames, 0); in makecode()
5908 nlocals = PyDict_GET_SIZE(c->u->u_varnames); in makecode()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c123 PyObject *u_varnames; /* local variables */ member
543 Py_CLEAR(u->u_varnames); in compiler_unit_free()
575 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
577 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()
1855 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_varnames)), in get_ref_type()
5889 varnames = dict_keys_inorder(c->u->u_varnames, 0); in makecode()
5908 nlocals = PyDict_GET_SIZE(c->u->u_varnames); in makecode()
/dports/lang/python39/Python-3.9.9/Python/
H A Dcompile.c124 PyObject *u_varnames; /* local variables */ member
548 Py_CLEAR(u->u_varnames); in compiler_unit_free()
579 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
581 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()
1883 PyUnicode_AsUTF8(PyObject_Repr(c->u->u_varnames)), in get_ref_type()
5920 varnames = dict_keys_inorder(c->u->u_varnames, 0); in makecode()
5939 nlocals = PyDict_GET_SIZE(c->u->u_varnames); in makecode()
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c182 PyObject *u_varnames; /* local variables */ member
600 Py_CLEAR(u->u_varnames); in compiler_unit_free()
631 u->u_varnames = list2dict(u->u_ste->ste_varnames); in compiler_enter_scope()
633 if (!u->u_varnames || !u->u_cellvars) { in compiler_enter_scope()
1999 c->u->u_ste->ste_symbols, c->u->u_varnames, c->u->u_names); in get_ref_type()
6883 varnames = dict_keys_inorder(c->u->u_varnames, 0); in makecode()
6902 nlocals = PyDict_GET_SIZE(c->u->u_varnames); in makecode()
/dports/net/kf5-syndication/syndication-5.89.0/autotests/atom/
H A Dbug411626.xml.expected4763 …an><span class="n">u</span><span class="o">-&gt;</span><span class="n">u_varnames</span><span clas…