| /NextBSD/contrib/gcc/ |
| HD | c-omp.c | 44 return add_stmt (build1 (OMP_MASTER, void_type_node, stmt)); in c_finish_omp_master() 58 return add_stmt (stmt); in c_finish_omp_critical() 67 return add_stmt (build1 (OMP_ORDERED, void_type_node, stmt)); in c_finish_omp_ordered() 80 add_stmt (x); in c_finish_omp_barrier() 154 add_stmt (x); in c_finish_omp_flush() 381 return add_stmt (t); in c_finish_omp_for()
|
| HD | c-parser.c | 1559 add_stmt (fnbody); in c_parser_declaration_or_fndef() 1562 add_stmt (build_stmt (DECL_EXPR, decl)); in c_parser_declaration_or_fndef() 1566 add_stmt (fnbody); in c_parser_declaration_or_fndef() 2327 add_stmt (e); in c_parser_typeof_specifier() 3588 add_stmt (build_stmt (DECL_EXPR, label)); in c_parser_compound_statement_nostart() 3762 label = add_stmt (build_stmt (LABEL_EXPR, tlab)); in c_parser_label() 3887 add_stmt (c_parser_compound_statement (parser)); in c_parser_statement_after_labels() 4073 add_stmt (build_empty_stmt ()); in c_parser_if_body() 4107 add_stmt (c_end_compound_stmt (block, flag_isoc99)); in c_parser_if_statement() 4136 add_stmt (build1 (LABEL_EXPR, void_type_node, c_break_label)); in c_parser_switch_statement() [all …]
|
| HD | c-typeck.c | 7159 return add_stmt (args); in build_asm_stmt() 7308 return add_stmt (build1 (GOTO_EXPR, void_type_node, decl)); in c_finish_goto_label() 7319 return add_stmt (build1 (GOTO_EXPR, void_type_node, expr)); in c_finish_goto_ptr() 7500 return add_stmt (ret_stmt); in c_finish_return() 7586 return add_stmt (cs->switch_expr); in c_start_case() 7712 add_stmt (stmt); in c_finish_if_stmt() 7741 add_stmt (t); in c_finish_loop() 7773 add_stmt (t); in c_finish_loop() 7784 add_stmt (top); in c_finish_loop() 7788 add_stmt (body); in c_finish_loop() [all …]
|
| HD | c-decl.c | 434 add_stmt (tree t) in add_stmt() function 3540 add_stmt (call_exp); in synth_block_byref_id_object_copy_func() 3544 add_stmt (fnbody); in synth_block_byref_id_object_copy_func() 3592 add_stmt (rel_exp); in synth_block_byref_id_object_dispose_func() 3595 add_stmt (fnbody); in synth_block_byref_id_object_dispose_func() 4064 add_stmt (bind); in finish_decl() 4067 add_stmt (build_stmt (DECL_EXPR, decl)); in finish_decl() 4096 add_stmt (build_stmt (DECL_EXPR, decl)); in finish_decl() 6311 add_stmt (build_stmt (DECL_EXPR, build_decl (TYPE_DECL, NULL, t))); in finish_struct() 7240 add_stmt (TREE_VALUE (t)); in store_parm_decls()
|
| HD | c-common.h | 304 extern tree add_stmt (tree);
|
| HD | c-common.c | 3861 case_label = add_stmt (build_case_label (low_value, high_value, label)); in c_add_case_label() 3876 add_stmt (build_stmt (LABEL_EXPR, t)); in c_add_case_label()
|
| HD | ChangeLog-2000 | 9016 * c-common.h (add_stmt): Change prototype. 9029 * c-semantics.c (add_stmt): Return the new statement. 9408 (add_stmt): Likewise. 9425 (add_stmt): Likewise.
|
| HD | ChangeLog-2004 | 19620 * c-semantics.c (add_stmt): Set it. 27956 * c-semantics.c (add_stmt): Don't add line numbers to labels. 28733 * objc/objc-act.c (build_module_descriptor): Use add_stmt 29143 (compstmt): Don't add_stmt the result. 29670 (add_stmt): Use statement lists.
|
| HD | ChangeLog-2005 | 17078 * c-decl.c (add_stmt): Add C frontend specific version. 17082 * c-semantics.c (add_stmt): Remove. 21576 * c-semantics.c (add_stmt): Don't test STATEMENT_CODE_P.
|
| HD | ChangeLog-2006 | 4386 rather than calling add_stmt on it.
|
| HD | ChangeLog.tree-ssa | 373 * c-semantics.c (add_stmt): Don't emit FILE_STMT. Do set
|
| HD | ChangeLog-2001 | 26531 * c-semantics.c (add_stmt): Update DECL_NUM_STMTS.
|
| HD | ChangeLog-2002 | 34279 (add_stmt): If the filename changed, also insert a
|
| HD | ChangeLog-2003 | 14897 * c-semantics.c (add_stmt): Do not account statements.
|
| /NextBSD/contrib/gcc/cp/ |
| HD | semantics.c | 365 add_stmt (tree t) in add_stmt() function 432 add_stmt (r); in add_decl_expr() 486 add_stmt (stmt); in push_cleanup() 571 return add_stmt (build_stmt (GOTO_EXPR, destination)); in finish_goto_stmt() 630 r = add_stmt (expr); in finish_expr_stmt() 660 add_stmt (if_stmt); in finish_if_stmt_cond() 698 add_stmt (do_poplevel (scope)); in finish_if_stmt() 715 add_stmt (r); in begin_while_stmt() 752 add_stmt (r); in begin_do_stmt() 806 r = add_stmt (r); in finish_return_stmt() [all …]
|
| HD | parser.c | 7101 add_stmt (statement); in cp_parser_parse_foreach_stmt() 7462 statement = add_stmt (build_empty_stmt ()); in cp_parser_implicitly_scoped_statement() 18721 add_stmt (do_poplevel (scope)); in objc_finish_foreach_stmt() 18800 add_stmt (bind); in objc_foreach_stmt() 18805 add_stmt (bind); in objc_foreach_stmt() 18813 add_stmt (bind); in objc_foreach_stmt() 18830 add_stmt (bind); in objc_foreach_stmt() 18843 add_stmt (bind); in objc_foreach_stmt() 18859 add_stmt (enumerationMutation_call_exp); in objc_foreach_stmt() 18866 add_stmt (build2 (MODIFY_EXPR, void_type_node, elem_decl, exp)); in objc_foreach_stmt() [all …]
|
| HD | typeck2.c | 516 add_stmt (code); in split_nonconstant_init_1() 530 add_stmt (code); in split_nonconstant_init_1()
|
| HD | except.c | 501 add_stmt (r); in begin_eh_spec_block()
|
| HD | decl.c | 764 add_stmt (stmt); in poplevel() 2679 return add_stmt (build_case_label (low_value, high_value, label)); in finish_case_label() 5252 add_stmt (call_exp); in synth_block_byref_id_object_copy_func() 5306 add_stmt (rel_exp); in synth_block_byref_id_object_dispose_func() 10707 add_stmt (build_min (TAG_DEFN, enumtype)); in finish_enum() 11633 add_stmt (build_stmt (LABEL_EXPR, cdtor_label)); in finish_constructor_body() 11640 add_stmt (exprstmt); in finish_constructor_body() 11681 add_stmt (build_stmt (LABEL_EXPR, cdtor_label)); in finish_destructor_body() 11720 add_stmt (exprstmt); in finish_destructor_body()
|
| HD | pt.c | 8814 add_stmt (finish_omp_structured_block (stmt)); in tsubst_expr() 8828 add_stmt (t); in tsubst_expr() 8841 add_stmt (t); in tsubst_expr()
|
| HD | ChangeLog-2000 | 1209 * class.c (finish_struct): Replace use of add_tree with add_stmt. 1213 (finish_enum): Use add_stmt, not add_tree. 1215 (finish_constructor_body): Use add_stmt, not add_tree. 1228 (finish_goto_stmt): Use add_stmt, not add_tree.
|
| HD | name-lookup.c | 3370 add_stmt (build_stmt (USING_STMT, namespace)); in do_using_directive()
|
| HD | class.c | 5268 add_stmt (build_min (TAG_DEFN, t)); in finish_struct()
|
| HD | ChangeLog | 1540 add_stmt for invalid labels. 5556 * semantics.c (add_stmt): Add C++ frontend specific version.
|