Home
last modified time | relevance | path

Searched defs:compiler_unit (Results 1 – 12 of 12) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dcompile.c97 struct compiler_unit { struct
98 PySTEntryObject *u_ste;
100 PyObject *u_name;
105 PyObject *u_consts; /* all constants */
106 PyObject *u_names; /* all names */
108 PyObject *u_cellvars; /* cell variables */
109 PyObject *u_freevars; /* free variables */
116 basicblock *u_blocks;
119 int u_nfblocks;
120 struct fblockinfo u_fblock[CO_MAXBLOCKS];
[all …]
/dports/lang/python27/Python-2.7.18/Python/
H A Dcompile.c97 struct compiler_unit { struct
98 PySTEntryObject *u_ste;
100 PyObject *u_name;
105 PyObject *u_consts; /* all constants */
106 PyObject *u_names; /* all names */
108 PyObject *u_cellvars; /* cell variables */
109 PyObject *u_freevars; /* free variables */
116 basicblock *u_blocks;
119 int u_nfblocks;
120 struct fblockinfo u_fblock[CO_MAXBLOCKS];
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c97 struct compiler_unit { struct
98 PySTEntryObject *u_ste;
100 PyObject *u_name;
105 PyObject *u_consts; /* all constants */
106 PyObject *u_names; /* all names */
108 PyObject *u_cellvars; /* cell variables */
109 PyObject *u_freevars; /* free variables */
116 basicblock *u_blocks;
119 int u_nfblocks;
120 struct fblockinfo u_fblock[CO_MAXBLOCKS];
[all …]
/dports/lang/python37/Python-3.7.12/Python/
H A Dcompile.c103 struct compiler_unit { struct
104 PySTEntryObject *u_ste;
106 PyObject *u_name;
108 int u_scope_type;
114 PyObject *u_consts; /* all constants */
115 PyObject *u_names; /* all names */
117 PyObject *u_cellvars; /* cell variables */
118 PyObject *u_freevars; /* free variables */
126 basicblock *u_blocks;
129 int u_nfblocks;
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c110 struct compiler_unit { struct
111 PySTEntryObject *u_ste;
113 PyObject *u_name;
115 int u_scope_type;
121 PyObject *u_consts; /* all constants */
122 PyObject *u_names; /* all names */
124 PyObject *u_cellvars; /* cell variables */
125 PyObject *u_freevars; /* free variables */
134 basicblock *u_blocks;
137 int u_nfblocks;
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c110 struct compiler_unit { struct
111 PySTEntryObject *u_ste;
113 PyObject *u_name;
115 int u_scope_type;
121 PyObject *u_consts; /* all constants */
122 PyObject *u_names; /* all names */
124 PyObject *u_cellvars; /* cell variables */
125 PyObject *u_freevars; /* free variables */
134 basicblock *u_blocks;
137 int u_nfblocks;
[all …]
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c110 struct compiler_unit { struct
111 PySTEntryObject *u_ste;
113 PyObject *u_name;
115 int u_scope_type;
121 PyObject *u_consts; /* all constants */
122 PyObject *u_names; /* all names */
124 PyObject *u_cellvars; /* cell variables */
125 PyObject *u_freevars; /* free variables */
134 basicblock *u_blocks;
137 int u_nfblocks;
[all …]
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c110 struct compiler_unit { struct
111 PySTEntryObject *u_ste;
113 PyObject *u_name;
115 int u_scope_type;
121 PyObject *u_consts; /* all constants */
122 PyObject *u_names; /* all names */
124 PyObject *u_cellvars; /* cell variables */
125 PyObject *u_freevars; /* free variables */
134 basicblock *u_blocks;
137 int u_nfblocks;
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c110 struct compiler_unit { struct
111 PySTEntryObject *u_ste;
113 PyObject *u_name;
115 int u_scope_type;
121 PyObject *u_consts; /* all constants */
122 PyObject *u_names; /* all names */
124 PyObject *u_cellvars; /* cell variables */
125 PyObject *u_freevars; /* free variables */
134 basicblock *u_blocks;
137 int u_nfblocks;
[all …]
/dports/lang/python39/Python-3.9.9/Python/
H A Dcompile.c111 struct compiler_unit { struct
112 PySTEntryObject *u_ste;
114 PyObject *u_name;
116 int u_scope_type;
122 PyObject *u_consts; /* all constants */
123 PyObject *u_names; /* all names */
125 PyObject *u_cellvars; /* cell variables */
126 PyObject *u_freevars; /* free variables */
135 basicblock *u_blocks;
138 int u_nfblocks;
[all …]
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c169 struct compiler_unit { struct
170 PySTEntryObject *u_ste;
172 PyObject *u_name;
174 int u_scope_type;
180 PyObject *u_consts; /* all constants */
181 PyObject *u_names; /* all names */
183 PyObject *u_cellvars; /* cell variables */
184 PyObject *u_freevars; /* free variables */
193 basicblock *u_blocks;
196 int u_nfblocks;
[all …]
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c201 struct compiler_unit { struct
202 PySTEntryObject *u_ste;
204 PyObject *u_name;
206 int u_scope_type;
212 PyObject *u_consts; /* all constants */
213 PyObject *u_names; /* all names */
215 PyObject *u_cellvars; /* cell variables */
216 PyObject *u_freevars; /* free variables */
225 basicblock *u_blocks;
228 int u_nfblocks;
[all …]