Searched refs:scope_level (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dsymbol_table.c63 struct scope_level { struct
65 struct scope_level *next;
80 struct scope_level *current_scope;
89 struct scope_level *const scope = table->current_scope;
121 struct scope_level *const scope = calloc(1, sizeof(*scope));
235 struct scope_level *top_scope;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dsymbol_table.c63 struct scope_level { struct
65 struct scope_level *next;
80 struct scope_level *current_scope;
89 struct scope_level *const scope = table->current_scope;
121 struct scope_level *const scope = calloc(1, sizeof(*scope));
235 struct scope_level *top_scope;

Completed in 3 milliseconds