Home
last modified time | relevance | path

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

/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()