Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dsymbol_table.c80 struct scope_level *current_scope; member
89 struct scope_level *const scope = table->current_scope; in _mesa_symbol_table_pop_scope()
92 table->current_scope = scope->next; in _mesa_symbol_table_pop_scope()
127 scope->next = table->current_scope; in _mesa_symbol_table_push_scope()
128 table->current_scope = scope; in _mesa_symbol_table_push_scope()
205 new_sym->next_with_same_scope = table->current_scope->symbols; in _mesa_symbol_table_add_symbol()
209 table->current_scope->symbols = new_sym; in _mesa_symbol_table_add_symbol()
250 for (top_scope = table->current_scope; top_scope->next != NULL; in _mesa_symbol_table_add_global_symbol()
308 while (table->current_scope != NULL) { in _mesa_symbol_table_dtor()
/external/pdfium/
DPRESUBMIT.py218 current_scope = []
224 scopes.append(current_scope)
225 current_scope = []
229 current_scope.append((line_num, line))
230 scopes.append(current_scope)
/external/python/parse_type/tasks/
Dtest.py147 current_scope = None
151 if scope != current_scope:
156 current_scope = scope
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py1423 self.current_scope = VariableScope(False)
1457 return get_variable_scope_store().current_scope
1971 self._old = self._var_scope_store.current_scope
2019 self._var_scope_store.current_scope = variable_scope_object
2024 if (self._var_scope_store.current_scope is
2032 self._var_scope_store.current_scope = self._old
2057 current_scope = get_variable_scope()
2058 name = current_scope.name + "/" + prefix if current_scope.name else prefix
Dsummary_ops_v2.py657 current_scope = ops.get_name_scope()
658 tag = current_scope + "/" + name if current_scope else name
/external/tensorflow/tensorflow/python/framework/
Dfunc_graph.py893 current_scope = variable_scope.get_variable_scope()
894 default_use_resource = current_scope.use_resource
895 current_scope.set_use_resource(True)
1008 current_scope.set_use_resource(default_use_resource)
/external/antlr/runtime/Ruby/lib/antlr3/
Dtask.rb54 @namespace = Rake.application.current_scope
/external/libabigail/src/
Dabg-dwarf-reader.cc5197 current_scope() in current_scope() function in abigail::dwarf_reader::read_context
/external/libabigail/
DChangeLog31118 (read_context::current_scope, die_location)
32032 (current_scope): Change return type from scope_decl_sptr to