| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | cgraphclones.cc | 215 new_decl = copy_node (thunk->decl); in duplicate_thunk_for_node() 222 new_decl = copy_node (thunk->decl); in duplicate_thunk_for_node() 227 *arg = copy_node (*arg); in duplicate_thunk_for_node() 599 new_decl = copy_node (old_decl); in create_virtual_clone() 1031 new_decl = copy_node (old_decl); in create_version_clone_with_body()
|
| H A D | tree-inline.cc | 451 new_tree = copy_node (type); in remap_type_1() 1095 *tp = copy_node (*tp); in remap_gimple_op_r() 1219 *tp = copy_node (assignment); in copy_tree_body_r() 1279 *tp = copy_node (*tp); in copy_tree_body_r() 1464 OMP_CLAUSE_DECL (*tp) = copy_node (t); in copy_tree_body_r() 1466 TREE_PURPOSE (t) = copy_node (TREE_PURPOSE (t)); in copy_tree_body_r() 5583 new_tree = copy_node (*tp); in copy_tree_r() 5605 new_tree = copy_node (*tp); in copy_tree_r() 5639 t = copy_node (*tp); in remap_save_expr() 6049 copy = copy_node (decl); in copy_decl_no_change()
|
| H A D | multiple_target.cc | 296 tree new_decl = copy_node (node->decl); in create_target_clone()
|
| H A D | attribs.cc | 1158 copy_node (TREE_VALUE (attr1)), in common_function_versions() 1661 a1 = copy_node (a2); in merge_attributes() 1709 a2 = copy_node (attr); in duplicate_one_attribute()
|
| H A D | ipa-param-manipulation.cc | 375 *last = copy_node (t); in build_adjusted_function_type() 567 tree new_decl = copy_node (orig_decl); in adjust_decl() 1104 new_parm = copy_node (t); in carry_over_param()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cgraphclones.c | 211 new_decl = copy_node (thunk->decl); in duplicate_thunk_for_node() 218 new_decl = copy_node (thunk->decl); in duplicate_thunk_for_node() 223 *arg = copy_node (*arg); in duplicate_thunk_for_node() 598 new_decl = copy_node (old_decl); in create_virtual_clone() 1016 new_decl = copy_node (old_decl); in create_version_clone_with_body()
|
| H A D | attribs.c | 1002 copy_node (TREE_VALUE (attr1)), in common_function_versions() 1462 a1 = copy_node (a2); in merge_attributes() 1510 a2 = copy_node (attr); in duplicate_one_attribute()
|
| H A D | multiple_target.c | 318 tree new_decl = copy_node (node->decl); in create_target_clone()
|
| H A D | hsa-common.c | 803 fn_opts = copy_node (fn_opts); in process_gpu_implementation_attributes()
|
| H A D | tree-inline.c | 471 new_tree = copy_node (type); in remap_type_1() 1118 *tp = copy_node (*tp); in remap_gimple_op_r() 1242 *tp = copy_node (assignment); in copy_tree_body_r() 1302 *tp = copy_node (*tp); in copy_tree_body_r() 5547 new_tree = copy_node (*tp); in copy_tree_r() 5569 new_tree = copy_node (*tp); in copy_tree_r() 5603 t = copy_node (*tp); in remap_save_expr() 6009 copy = copy_node (decl); in copy_decl_no_change()
|
| H A D | ipa-param-manipulation.c | 395 tree new_decl = copy_node (orig_decl); in adjust_decl() 952 new_parm = copy_node (t); in carry_over_param()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | lex.c | 639 identifier = copy_node (conv_op_identifier); in make_conv_op_name() 821 copy = copy_node (decl PASS_MEM_STAT); in copy_decl() 854 copy = copy_node (type PASS_MEM_STAT); in copy_type()
|
| H A D | pt.c | 2475 *targs_out = copy_node (DECL_TI_ARGS (fn)); in determine_specialization() 2493 *targs_out = copy_node (targs); in determine_specialization() 3771 call = copy_node (call); in expand_integer_pack() 4766 tree a = copy_node (parms); in template_parms_level_to_args() 6095 inner_parms = copy_node (inner_parms); in add_inherited_template_parms() 7701 tree ntmpl = copy_node (otmpl); in add_defaults_to_ttp() 7703 tree ntype = copy_node (TREE_TYPE (otmpl)); in add_defaults_to_ttp() 7711 = copy_node (TEMPLATE_TYPE_PARM_INDEX (ntype)); in add_defaults_to_ttp() 7716 tree parms = DECL_TEMPLATE_PARMS (ntmpl) = copy_node (oparms); in add_defaults_to_ttp() 7718 tree vec = TREE_VALUE (parms) = copy_node (TREE_VALUE (parms)); in add_defaults_to_ttp() [all …]
|
| H A D | typeck2.c | 780 tree cons = copy_node (init); in split_nonconstant_init_1() 1253 init = copy_node (init); in digest_init_r() 1259 stripped_init = copy_node (stripped_init); in digest_init_r()
|
| H A D | optimize.c | 405 = copy_node (in_charge_arg_for_name (DECL_NAME (clone))); in maybe_thunk_body()
|
| H A D | tree.c | 1656 tree new_args = copy_node (args); in strip_typedefs() 1820 r = copy_node (t); in strip_typedefs_expr() 1867 r = copy_node (t); in strip_typedefs_expr() 1906 r = copy_node (t); in strip_typedefs_expr() 1957 r = copy_node (t); in strip_typedefs_expr() 2721 TEMPLATE_TYPE_PARM_INDEX (t2) = copy_node (TEMPLATE_TYPE_PARM_INDEX (t)); in bind_template_template_parm()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | lex.cc | 839 identifier = copy_node (conv_op_identifier); in make_conv_op_name() 1027 copy = copy_node (decl PASS_MEM_STAT); in copy_decl() 1059 copy = copy_node (type PASS_MEM_STAT); in copy_type()
|
| H A D | pt.cc | 2515 *targs_out = copy_node (DECL_TI_ARGS (fn)); in determine_specialization() 3832 call = copy_node (call); in expand_integer_pack() 4893 tree a = copy_node (parms); in template_parms_level_to_args() 4981 args = copy_node (args); in outer_template_args() 6251 inner_parms = copy_node (inner_parms); in add_inherited_template_parms() 7898 tree ntmpl = copy_node (otmpl); in add_defaults_to_ttp() 7900 tree ntype = copy_node (TREE_TYPE (otmpl)); in add_defaults_to_ttp() 7908 = copy_node (TEMPLATE_TYPE_PARM_INDEX (ntype)); in add_defaults_to_ttp() 7913 tree parms = DECL_TEMPLATE_PARMS (ntmpl) = copy_node (oparms); in add_defaults_to_ttp() 7915 tree vec = TREE_VALUE (parms) = copy_node (TREE_VALUE (parms)); in add_defaults_to_ttp() [all …]
|
| H A D | typeck2.cc | 699 tree cons = copy_node (init); in split_nonconstant_init_1() 1225 init = copy_node (init); in digest_init_r() 1231 stripped_init = copy_node (stripped_init); in digest_init_r()
|
| H A D | optimize.cc | 405 = copy_node (in_charge_arg_for_name (DECL_NAME (clone))); in maybe_thunk_body()
|
| H A D | tree.cc | 1742 tree new_args = copy_node (args); in strip_typedefs() 1920 r = copy_node (t); in strip_typedefs_expr() 1967 r = copy_node (t); in strip_typedefs_expr() 2006 r = copy_node (t); in strip_typedefs_expr() 2057 r = copy_node (t); in strip_typedefs_expr() 2908 TEMPLATE_TYPE_PARM_INDEX (t2) = copy_node (TEMPLATE_TYPE_PARM_INDEX (t)); in bind_template_template_parm()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-ubsan.c | 397 tree t = copy_node (*expr_p); in ubsan_maybe_instrument_array_ref()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-ubsan.cc | 424 tree t = copy_node (*expr_p); in ubsan_maybe_instrument_array_ref()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | objc-act.cc | 5039 copy_node (attribute)); in objc_decl_method_attributes() 5047 tree new_attribute = copy_node (attribute); in objc_decl_method_attributes() 5118 tree new_attribute = copy_node (attribute); in objc_decl_method_attributes() 7384 decl = copy_node (decl); in objc_synthesize_getter() 7565 decl = copy_node (decl); in objc_synthesize_setter() 7774 property = copy_node (property); in objc_add_synthesize_declaration_for_property() 7991 property = copy_node (property); in objc_add_dynamic_declaration_for_property() 8975 objc_add_method (interface, copy_node (method), in really_start_method()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | objc-act.c | 4960 copy_node (attribute)); in objc_decl_method_attributes() 4968 tree new_attribute = copy_node (attribute); in objc_decl_method_attributes() 5039 tree new_attribute = copy_node (attribute); in objc_decl_method_attributes() 7284 decl = copy_node (decl); in objc_synthesize_getter() 7465 decl = copy_node (decl); in objc_synthesize_setter() 7674 property = copy_node (property); in objc_add_synthesize_declaration_for_property() 7891 property = copy_node (property); in objc_add_dynamic_declaration_for_property() 8848 objc_add_method (interface, copy_node (method), in really_start_method()
|