Searched refs:new_scope (Results 1 – 6 of 6) sorted by relevance
20 Scope* new_scope) in Rewriter() argument23 new_scope_(new_scope) {} in Rewriter()81 Scope* new_scope) { in RewriteParameterInitializerScope() argument82 Rewriter rewriter(stack_limit, initializer, old_scope, new_scope); in RewriteParameterInitializerScope()
16 Scope* new_scope);
516 ast_compound_statement::ast_compound_statement(int new_scope, in ast_compound_statement() argument519 this->new_scope = new_scope; in ast_compound_statement()
308 ast_compound_statement(int new_scope, ast_node *statements);314 int new_scope; variable
1821 if (new_scope) in hir()1827 if (new_scope) in hir()
1844 scope_datum_t *new_scope; in scope_copy_callback() local1849 if ((new_scope = in scope_copy_callback()1850 (scope_datum_t *) calloc(1, sizeof(*new_scope))) == NULL) { in scope_copy_callback()1856 (hashtab_datum_t) new_scope); in scope_copy_callback()1859 free(new_scope); in scope_copy_callback()1862 new_scope->scope = SCOPE_REQ; /* this is reset further down */ in scope_copy_callback()1863 base_scope = new_scope; in scope_copy_callback()