Searched refs:top_scope (Results 1 – 4 of 4) sorted by relevance
388 struct scope_level *top_scope; in _mesa_symbol_table_add_global_symbol() local420 for (top_scope = table->current_scope in _mesa_symbol_table_add_global_symbol()421 ; top_scope->next != NULL in _mesa_symbol_table_add_global_symbol()422 ; top_scope = top_scope->next) { in _mesa_symbol_table_add_global_symbol()427 sym->next_with_same_scope = top_scope->symbols; in _mesa_symbol_table_add_global_symbol()447 top_scope->symbols = sym; in _mesa_symbol_table_add_global_symbol()
110 PreParserScope top_scope(scope_, GLOBAL_SCOPE); in PreParseLazyFunction() local111 FunctionState top_state(&function_state_, &scope_, &top_scope); in PreParseLazyFunction()
1088 FunctionState top_scope(&function_state_, &scope_, &scope, NULL); in PreParseProgram()