Searched refs:new_scope (Results 1 – 4 of 4) sorted by relevance
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()