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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dsymbol_table.c48 struct symbol *next_with_same_scope; member in struct:symbol
98 struct symbol *const next = sym->next_with_same_scope;
205 new_sym->next_with_same_scope = table->current_scope->symbols;
277 sym->next_with_same_scope = top_scope->symbols;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dsymbol_table.c48 struct symbol *next_with_same_scope; member in struct:symbol
98 struct symbol *const next = sym->next_with_same_scope;
205 new_sym->next_with_same_scope = table->current_scope->symbols;
277 sym->next_with_same_scope = top_scope->symbols;

Completed in 3 milliseconds