Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dsymbol_table.c88 struct scope_level { struct
90 struct scope_level *next; argument
105 struct scope_level *current_scope; argument
137 struct scope_level *scope; in check_symbol_table()
161 struct scope_level *const scope = table->current_scope; in _mesa_symbol_table_pop_scope()
189 struct scope_level *const scope = calloc(1, sizeof(*scope)); in _mesa_symbol_table_push_scope()
388 struct scope_level *top_scope; in _mesa_symbol_table_add_global_symbol()