Home
last modified time | relevance | path

Searched refs:new_scope (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/parsing/
Dparameter-initializer-rewriter.cc20 Scope* new_scope) in Rewriter() argument
23 new_scope_(new_scope) {} in Rewriter()
81 Scope* new_scope) { in RewriteParameterInitializerScope() argument
82 Rewriter rewriter(stack_limit, initializer, old_scope, new_scope); in RewriteParameterInitializerScope()
Dparameter-initializer-rewriter.h16 Scope* new_scope);
/external/mesa3d/src/glsl/
Dglsl_parser_extras.cpp516 ast_compound_statement::ast_compound_statement(int new_scope, in ast_compound_statement() argument
519 this->new_scope = new_scope; in ast_compound_statement()
Dast.h308 ast_compound_statement(int new_scope, ast_node *statements);
314 int new_scope; variable
Dast_to_hir.cpp1821 if (new_scope) in hir()
1827 if (new_scope) in hir()
/external/selinux/libsepol/src/
Dlink.c1844 scope_datum_t *new_scope; in scope_copy_callback() local
1849 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()