Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.c58 struct cil_tree_node *blockstack; member
3586 struct cil_tree_node *blockstack = args->blockstack; in __cil_resolve_ast_node_helper() local
3602 if (blockstack != NULL) { in __cil_resolve_ast_node_helper()
3684 struct cil_tree_node *blockstack = NULL; in __cil_resolve_ast_first_child_helper() local
3693 blockstack = args->blockstack; in __cil_resolve_ast_first_child_helper()
3709 if (blockstack != NULL) { in __cil_resolve_ast_first_child_helper()
3710 blockstack->parent = new; in __cil_resolve_ast_first_child_helper()
3711 new->cl_head = blockstack; in __cil_resolve_ast_first_child_helper()
3713 args->blockstack = new; in __cil_resolve_ast_first_child_helper()
3733 struct cil_tree_node *blockstack = NULL; in __cil_resolve_ast_last_child_helper() local
[all …]