Home
last modified time | relevance | path

Searched refs:copy_node (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-12.1/contrib/gcc/
H A Dtree-inline.c237 new = copy_node (type); in remap_type_1()
494 *tp = copy_node (assignment); in copy_body_r()
548 *tp = copy_node (*tp); in copy_body_r()
915 new_cfun->decl = new_fndecl = copy_node (callee_fndecl); in copy_cfg_body()
2330 new = copy_node (*tp); in copy_tree_r()
2356 new = copy_node (*tp); in copy_tree_r()
2395 t = copy_node (*tp); in remap_save_expr()
2675 copy = copy_node (decl); in copy_decl_no_change()
H A Dcgraphunit.c1865 new_decl = copy_node (old_decl); in cgraph_function_versioning()
1921 first_clone->decl = copy_node (node->decl); in save_inline_function_body()
H A Dgenautomata.c1110 copy_node (const void *from, size_t size) in copy_node() function
2112 copy = copy_node (src, sizeof (*src)); in add_excls()
2341 copy = copy_node (pat, sizeof (*pat)); in add_presence_absence()
4371 result = copy_node (regexp, sizeof (struct regexp)); in copy_insn_regexp()
4375 result = copy_node (regexp, sizeof (struct regexp)); in copy_insn_regexp()
4381 result = copy_node (regexp, in copy_insn_regexp()
4390 result = copy_node (regexp, in copy_insn_regexp()
4399 result = copy_node (regexp, in copy_insn_regexp()
4408 result = copy_node (regexp, sizeof (struct regexp)); in copy_insn_regexp()
H A Dconvert.c531 expr = copy_node (expr); in convert_to_integer()
H A Dtree-ssa-loop-niter.c699 ret = copy_node (expr); in simplify_replace_tree()
735 ret = copy_node (expr); in expand_simple_operations()
H A Dtree.c685 head = prev = copy_node (list); in copy_list()
689 TREE_CHAIN (prev) = copy_node (next); in copy_list()
3380 ntype = copy_node (ttype); in build_type_attribute_qual_variant()
3592 a1 = copy_node (a2); in merge_attributes()
3881 tree t = copy_node (type); in build_distinct_type_copy()
5751 tmp = copy_node (c); in int_fits_type_p()
H A Dtree-vrp.c137 val = copy_node (val); in make_overflow_infinity()
1507 res = copy_node (res); in vrp_int_const_binop()
4808 arg = copy_node (arg); in vrp_visit_phi_node()
H A Dvarasm.c2694 return copy_node (exp); in copy_constant()
2699 return copy_node (exp); in copy_constant()
2721 tree copy = copy_node (exp); in copy_constant()
H A Dfold-const.c281 t = copy_node (t); in force_fit_type()
287 t = copy_node (t); in force_fit_type()
1676 t = copy_node (t); in int_const_binop()
1682 t = copy_node (t); in int_const_binop()
6872 ret = copy_node (pref); in try_move_mult_to_index()
6878 TREE_OPERAND (pos, 0) = copy_node (pref); in try_move_mult_to_index()
7512 arg0 = copy_node (arg0); in fold_unary()
H A Dc-parser.c6215 objc_add_property_variable (copy_node (prop)); in c_parser_objc_property_declaration()
6304 objc_add_instance_variable (copy_node (ivar)); in c_parser_objc_class_instance_variables()
H A Dc-typeck.c3791 value = copy_node (value); in build_c_cast()
4025 lhs = copy_node (lhs); in build_modify_expr()
H A Dtree.h3554 #define copy_node(t) copy_node_stat (t MEM_STAT_INFO) macro
H A Domp-low.c906 tree new_f = copy_node (f); in fixup_child_record_type()
H A Dfunction.c3639 tree new_block = copy_node (block); in reorder_blocks_1()
H A Dtree-ssa-loop-ivopts.c1909 expr = copy_node (expr); in strip_offset_1()
/freebsd-12.1/contrib/gcc/cp/
H A Dlex.c747 copy = copy_node (decl); in copy_decl()
784 copy = copy_node (type); in copy_type()
H A Dpt.c1644 *targs_out = copy_node (DECL_TI_ARGS (fn)); in determine_specialization()
1652 *targs_out = copy_node (targs); in determine_specialization()
2551 tree a = copy_node (TREE_VALUE (header)); in current_template_args()
6755 *friends = copy_node (*friends); in tsubst_decl()
6797 r = copy_node (t); in tsubst_decl()
6861 r = copy_node (t); in tsubst_decl()
8418 nc = copy_node (oc); in tsubst_omp_clauses()
8825 t = copy_node (t); in tsubst_expr()
8839 t = copy_node (t); in tsubst_expr()
10060 tree tempargs = copy_node (targs); in resolve_overloaded_unification()
[all …]
H A Dmethod.c414 tree x = copy_node (a); in use_thunk()
H A Dtypeck2.c526 tree cons = copy_node (init); in split_nonconstant_init_1()
H A Dtree.c996 TEMPLATE_TYPE_PARM_INDEX (t2) = copy_node (TEMPLATE_TYPE_PARM_INDEX (t)); in bind_template_template_parm()
H A Dsemantics.c2038 result = copy_node (result); in finish_unary_op_expr()
H A Dclass.c3878 DECL_TEMPLATE_INFO (result) = copy_node (DECL_TEMPLATE_INFO (result)); in build_clone()
6105 rhs = copy_node (rhs); in instantiate_type()
H A Dtypeck.c4945 expr = copy_node (expr); in ignore_overflows()
5939 lhs = copy_node (lhs); in build_modify_expr()
H A Ddecl.c10844 value = copy_node (value); in finish_enum()
12093 fndecl = copy_node (fndecl); in start_method()
H A DChangeLog-19992222 * spew.c (yylex): Don't copy_node or probe_obstacks for
4913 * init.c (build_new_1): Use mapcar, not copy_node, to copy a

12