Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDc-decl.c115 static GTY(()) struct stmt_tree_s c_stmt_tree; variable
8577 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()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-decl.c113 static GTY(()) struct stmt_tree_s c_stmt_tree; variable
9694 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()