* c-common.h (c_tree_index): Add CTI_VOID_ZERO. (void_zero_node): New macro. (struct stmt_tree_s): New type. (stmt_tree): New typedef. (struct language_function): New type. (last_tree): New macro. (last_expr_type): Likewise. (walk_tree_fn): New typedef. (current_stmt_tree): New function. (begin_stmt_tree): Likewise. (add_stmt): Likewise. (finish_stmt_tree): Likewise. (statement_code_p): Likewise. (lang_statement_code_p): New variable. (walk_stmt_tree): New function. (STMT_IS_FULL_EXPR_P): New macro. * c-common.c (lang_statement_code_p): New variable. (c_common_nodes_and_builtins): Initialize void_zero_node. (statement_code_p): New function. (walk_stmt_tree): Likewise. * c-decl.c (language_function): Rename to ... (c_language_function): ... this. Include language_function. (push_c_function_context): Adjust accordingly. (pop_c_function_context): Likewise. (mark_c_function_context): Likewise. (current_stmt_tree): Define. * c-semantics.c (begin_stmt_tree): New function. (add_stmt): Likewise. (prune_unused_decls): Likewise. (finish_stmt_tree): Likewise. Move statement-tree facilities from C++ to C front-end. * cp-tree.h (cp_tree_index): Remove CPTI_VOID_ZERO. (void_zero_node): Remove. (stmt_tree): Likewise. (scope_chain): Adjust. (language_function): Rename to cp_language_function. (cp_function_chain): Adjust. (current_stmt_tree): Remove. (last_tree): Likewise. (last_expr_type): Likewise. (struct lang_decl): Adjust. (STMT_IS_FULL_EXPR_P): Remove. (add_tree): Remove. (begin_stmt_tree): Likewise. (finish_stmt_tree): Likewise. (walk_tree_fn): Likewise. (walk_stmt_tree): Likewise. * class.c (finish_struct): Replace use of add_tree with add_stmt. * decl.c (mark_stmt_tree): Adjust type. (init_decl_processing): Don't build void_zero_node. (initialize_local_var): Adjust usage of current_stmt_tree. (finish_enum): Use add_stmt, not add_tree. (save_function_data): Adjust use of language_function. (finish_constructor_body): Use add_stmt, not add_tree. (finish_destructor_body): Likewise. (push_cp_function_context): Adjust use of language_function. (pop_cp_function_context): Likewise. (mark_lang_function): Likewise. (mark_cp_function_context): Likewise. * init.c (build_aggr_init): Adjust use of current_stmt_tree. (build_vec_init): Likewise. * semantics.c (SET_LAST_STMT): Remove. (RECHAIN_STMTS): Don't use it. (stmts_are_full_exprs_p): Adjust use of current_stmt_tree. (current_stmt_tree): Define. (add_tree): Remove. (finish_goto_stmt): Use add_stmt, not add_tree. (finish_expr_stmt): Likewise. (begin_if_stmt): Likewise. (finish_then_clause): Likewise. (begin_while_stmt): Likewise. (begin_do_stmt): Likewise. (finish_return_stmt): Likewise. (begin_for_stmt): Likewise. (finish_break_stmt): Likewise. (finish_continue_stmt): Likewise. (begin_switch_stmt): Likewise. (finish_case_label): Likewise. (begin_try_block): Likewise. (begin_function_try_block): Likewise. (begin_handler): Likewise. (begin_catch_block): Likewise. (begin_compound_stmt): Likewise. (begin_asm_stmt): Likewise. (finish_asm_stmt): Likewise. (finish_label_stmt): Likewise. (add_decl_stmt): Likewise. (finish_subobject): Likewise. (finish_decl_cleanup): Likewise. (finish_named_return_value): Likewise. (setup_vtbl_ptr): Likewise. (add_scope_stmt): Likewise. (finish_stmt_expr): Likewise. (prune_unused_decls): Remove. (begin_stmt_tree): Likewise. (finish_stmt_tree): Likewise. (prep_stmt): Adjust use of current_stmt_tree. (lang_expand_stmt): Likewise. * tree.c (statement_code_p): Remove. (cp_statement_code_p): New function. (walk_stmt_tree): Remove. (init_tree): Set lang_statement_code_p. From-SVN: r36221
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
config | Loading commit data... | |
dbz | Loading commit data... | |
include | Loading commit data... | |
stdio | Loading commit data... | |
tests | Loading commit data... | |
testsuite | Loading commit data... | |
ChangeLog | Loading commit data... | |
Makefile.in | Loading commit data... | |
NEWS | Loading commit data... | |
PlotFile.cc | Loading commit data... | |
PlotFile.h | Loading commit data... | |
README | Loading commit data... | |
SFile.cc | Loading commit data... | |
SFile.h | Loading commit data... | |
builtinbuf.cc | Loading commit data... | |
builtinbuf.h | Loading commit data... | |
cleanup.c | Loading commit data... | |
config.shared | Loading commit data... | |
configure.in | Loading commit data... | |
depend | Loading commit data... | |
editbuf.cc | Loading commit data... | |
editbuf.h | Loading commit data... | |
filebuf.cc | Loading commit data... | |
filedoalloc.c | Loading commit data... | |
fileops.c | Loading commit data... | |
floatconv.c | Loading commit data... | |
floatio.h | Loading commit data... | |
fstream.cc | Loading commit data... | |
fstream.h | Loading commit data... | |
gen-params | Loading commit data... | |
genops.c | Loading commit data... | |
indstream.cc | Loading commit data... | |
indstream.h | Loading commit data... | |
ioassign.cc | Loading commit data... | |
ioextend.cc | Loading commit data... | |
iofclose.c | Loading commit data... | |
iofdopen.c | Loading commit data... | |
iofeof.c | Loading commit data... | |
ioferror.c | Loading commit data... | |
iofflush.c | Loading commit data... | |
iofflush_u.c | Loading commit data... | |
iofgetpos.c | Loading commit data... | |
iofgets.c | Loading commit data... | |
iofopen.c | Loading commit data... | |
iofprintf.c | Loading commit data... | |
iofputs.c | Loading commit data... | |
iofread.c | Loading commit data... | |
iofscanf.c | Loading commit data... | |
iofsetpos.c | Loading commit data... | |
ioftell.c | Loading commit data... | |
iofwrite.c | Loading commit data... | |
iogetc.c | Loading commit data... | |
iogetdelim.c | Loading commit data... | |
iogetline.c | Loading commit data... | |
iogets.c | Loading commit data... | |
ioignore.c | Loading commit data... | |
iolibio.h | Loading commit data... | |
iomanip.cc | Loading commit data... | |
iomanip.h | Loading commit data... | |
iopadn.c | Loading commit data... | |
ioperror.c | Loading commit data... | |
iopopen.c | Loading commit data... | |
ioprims.c | Loading commit data... | |
ioprintf.c | Loading commit data... | |
ioputc.c | Loading commit data... | |
ioputs.c | Loading commit data... | |
ioscanf.c | Loading commit data... | |
ioseekoff.c | Loading commit data... | |
ioseekpos.c | Loading commit data... | |
iosetbuffer.c | Loading commit data... | |
iosetvbuf.c | Loading commit data... | |
iosprintf.c | Loading commit data... | |
iosscanf.c | Loading commit data... | |
iostdio.h | Loading commit data... | |
iostream.cc | Loading commit data... | |
iostream.h | Loading commit data... | |
iostream.texi | Loading commit data... | |
iostreamP.h | Loading commit data... | |
iostrerror.c | Loading commit data... | |
ioungetc.c | Loading commit data... | |
iovfprintf.c | Loading commit data... | |
iovfscanf.c | Loading commit data... | |
iovsprintf.c | Loading commit data... | |
iovsscanf.c | Loading commit data... | |
isgetline.cc | Loading commit data... | |
isgetsb.cc | Loading commit data... | |
isscan.cc | Loading commit data... | |
istream.h | Loading commit data... | |
libio.h | Loading commit data... | |
libioP.h | Loading commit data... | |
osform.cc | Loading commit data... | |
ostream.h | Loading commit data... | |
outfloat.c | Loading commit data... | |
parsestream.cc | Loading commit data... | |
parsestream.h | Loading commit data... | |
peekc.c | Loading commit data... | |
pfstream.cc | Loading commit data... | |
pfstream.h | Loading commit data... | |
procbuf.cc | Loading commit data... | |
procbuf.h | Loading commit data... | |
sbform.cc | Loading commit data... | |
sbgetline.cc | Loading commit data... | |
sbscan.cc | Loading commit data... | |
stdfiles.c | Loading commit data... | |
stdiostream.cc | Loading commit data... | |
stdiostream.h | Loading commit data... | |
stdstrbufs.cc | Loading commit data... | |
stdstreams.cc | Loading commit data... | |
stream.cc | Loading commit data... | |
stream.h | Loading commit data... | |
streambuf.cc | Loading commit data... | |
streambuf.h | Loading commit data... | |
strfile.h | Loading commit data... | |
strops.c | Loading commit data... | |
strstream.cc | Loading commit data... | |
strstream.h | Loading commit data... |