Searched refs:blockstack (Results 1 – 1 of 1) sorted by relevance
58 struct cil_tree_node *blockstack; member3586 struct cil_tree_node *blockstack = args->blockstack; in __cil_resolve_ast_node_helper() local3602 if (blockstack != NULL) { in __cil_resolve_ast_node_helper()3684 struct cil_tree_node *blockstack = NULL; in __cil_resolve_ast_first_child_helper() local3693 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 …]