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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dsymbol_table.c80 struct scope_level *current_scope; member in struct:_mesa_symbol_table
89 struct scope_level *const scope = table->current_scope;
92 table->current_scope = scope->next;
127 scope->next = table->current_scope;
128 table->current_scope = scope;
205 new_sym->next_with_same_scope = table->current_scope->symbols;
209 table->current_scope->symbols = new_sym;
250 for (top_scope = table->current_scope; top_scope->next != NULL;
308 while (table->current_scope != NULL) {
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dsymbol_table.c80 struct scope_level *current_scope; member in struct:_mesa_symbol_table
89 struct scope_level *const scope = table->current_scope;
92 table->current_scope = scope->next;
127 scope->next = table->current_scope;
128 table->current_scope = scope;
205 new_sym->next_with_same_scope = table->current_scope->symbols;
209 table->current_scope->symbols = new_sym;
250 for (top_scope = table->current_scope; top_scope->next != NULL;
308 while (table->current_scope != NULL) {

Completed in 5 milliseconds