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

/external/mesa3d/src/mesa/program/
H A Dsymbol_table.c44 struct symbol *next_with_same_scope; member in struct:symbol
170 struct symbol *const next = sym->next_with_same_scope;
364 sym->next_with_same_scope = table->current_scope->symbols;
427 sym->next_with_same_scope = top_scope->symbols;

Completed in 185 milliseconds