Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c113 static GTY(()) struct stmt_tree_s c_stmt_tree; variable
10134 p->base.x_stmt_tree = c_stmt_tree; in c_push_function_context()
10135 c_stmt_tree.x_cur_stmt_list = vec_safe_copy (c_stmt_tree.x_cur_stmt_list); in c_push_function_context()
10174 c_stmt_tree = p->base.x_stmt_tree; in c_pop_function_context()
10198 return &c_stmt_tree; in current_stmt_tree()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc122 static GTY(()) struct stmt_tree_s c_stmt_tree; variable
10531 p->base.x_stmt_tree = c_stmt_tree; in c_push_function_context()
10532 c_stmt_tree.x_cur_stmt_list = vec_safe_copy (c_stmt_tree.x_cur_stmt_list); in c_push_function_context()
10570 c_stmt_tree = p->base.x_stmt_tree; in c_pop_function_context()
10593 return &c_stmt_tree; in current_stmt_tree()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20008254 * c-decl.c (c_stmt_tree): New variable