Searched refs:c_stmt_tree (Results 1 – 2 of 2) sorted by relevance
115 static GTY(()) struct stmt_tree_s c_stmt_tree; variable8577 p->base.x_stmt_tree = c_stmt_tree; in c_push_function_context()8578 c_stmt_tree.x_cur_stmt_list in c_push_function_context()8579 = VEC_copy (tree, gc, c_stmt_tree.x_cur_stmt_list); in c_push_function_context()8617 c_stmt_tree = p->base.x_stmt_tree; in c_pop_function_context()8640 return &c_stmt_tree; in current_stmt_tree()
113 static GTY(()) struct stmt_tree_s c_stmt_tree; variable9694 p->base.x_stmt_tree = c_stmt_tree; in c_push_function_context()9695 c_stmt_tree.x_cur_stmt_list = vec_safe_copy (c_stmt_tree.x_cur_stmt_list); in c_push_function_context()9734 c_stmt_tree = p->base.x_stmt_tree; in c_pop_function_context()9758 return &c_stmt_tree; in current_stmt_tree()