Searched refs:blockstack (Results 1 – 2 of 2) sorted by relevance
113 int blockstack[CO_MAXBLOCKS]; /* Walking the 'finally' blocks */ in frame_setlineno() local208 memset(blockstack, '\0', sizeof(blockstack)); in frame_setlineno()218 blockstack[blockstack_top++] = addr; in frame_setlineno()224 setup_op = code[blockstack[blockstack_top-1]]; in frame_setlineno()239 setup_op = code[blockstack[blockstack_top-1]]; in frame_setlineno()255 setup_addr = blockstack[i]; in frame_setlineno()
58 struct cil_tree_node *blockstack; member3635 struct cil_tree_node *blockstack = args->blockstack; in __cil_resolve_ast_node_helper() local3651 if (blockstack != NULL) { in __cil_resolve_ast_node_helper()3732 struct cil_tree_node *blockstack = NULL; in __cil_resolve_ast_first_child_helper() local3741 blockstack = args->blockstack; in __cil_resolve_ast_first_child_helper()3757 if (blockstack != NULL) { in __cil_resolve_ast_first_child_helper()3758 blockstack->parent = new; in __cil_resolve_ast_first_child_helper()3759 new->cl_head = blockstack; in __cil_resolve_ast_first_child_helper()3761 args->blockstack = new; in __cil_resolve_ast_first_child_helper()3781 struct cil_tree_node *blockstack = NULL; in __cil_resolve_ast_last_child_helper() local[all …]