Home
last modified time | relevance | path

Searched refs:x_stmt_tree (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h577 struct stmt_tree_s x_stmt_tree; member
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h596 struct stmt_tree_s x_stmt_tree; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c10134 p->base.x_stmt_tree = c_stmt_tree; in c_push_function_context()
10174 c_stmt_tree = p->base.x_stmt_tree; in c_pop_function_context()
10175 p->base.x_stmt_tree.x_cur_stmt_list = NULL; in c_pop_function_context()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc10531 p->base.x_stmt_tree = c_stmt_tree; in c_push_function_context()
10570 c_stmt_tree = p->base.x_stmt_tree; in c_pop_function_context()
10571 p->base.x_stmt_tree.x_cur_stmt_list = NULL; in c_pop_function_context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c404 ? &cfun->language->base.x_stmt_tree in current_stmt_tree()
405 : &scope_chain->x_stmt_tree); in current_stmt_tree()
H A Dname-lookup.c7174 s->x_stmt_tree.stmts_are_full_exprs_p = true; in do_push_to_top_level()
H A Dcp-tree.h1724 struct stmt_tree_s x_stmt_tree; member
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc564 ? &cfun->language->base.x_stmt_tree in current_stmt_tree()
565 : &scope_chain->x_stmt_tree); in current_stmt_tree()
H A Dname-lookup.cc8401 s->x_stmt_tree.stmts_are_full_exprs_p = true; in push_to_top_level()
H A DChangeLog-19991337 x_stmt_tree.
1340 x_last_tree, and x_last_expr_type. Add x_stmt_tree.
H A Dcp-tree.h1859 struct stmt_tree_s x_stmt_tree; member
H A Dmodule.cc14871 cfun->language->base.x_stmt_tree.stmts_are_full_exprs_p = 1; in read_cluster()