Searched refs:new_scope (Results 1 – 7 of 7) sorted by relevance
265 new_scope = strategy.scope()266 new_scope.__enter__()267 …ops.get_default_graph()._global_distribute_strategy_scope = new_scope # pylint: disable=protected…
1834 scope_datum_t *new_scope; in scope_copy_callback() local1839 if ((new_scope = in scope_copy_callback()1840 (scope_datum_t *) calloc(1, sizeof(*new_scope))) == NULL) { in scope_copy_callback()1846 (hashtab_datum_t) new_scope); in scope_copy_callback()1849 free(new_scope); in scope_copy_callback()1852 new_scope->scope = SCOPE_REQ; /* this is reset further down */ in scope_copy_callback()1853 base_scope = new_scope; in scope_copy_callback()
439 ast_compound_statement(int new_scope, ast_node *statements);445 int new_scope; variable
1219 ast_compound_statement::ast_compound_statement(int new_scope, in ast_compound_statement() argument1222 this->new_scope = new_scope; in ast_compound_statement()
2251 if (new_scope) in hir()2257 if (new_scope) in hir()
1561 with variable_scope.variable_scope("new_scope") as new_scope:1564 new_scope, reuse=True, custom_getter=custom_getter):
10067 scope_decl_sptr cur_scope = skope, new_scope, scope; in lookup_node_in_scope() local10071 new_scope.reset(); in lookup_node_in_scope()10084 new_scope = scope; in lookup_node_in_scope()10104 if (!new_scope && !resulting_decl) in lookup_node_in_scope()10106 cur_scope = new_scope; in lookup_node_in_scope()