| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-inline.c | 237 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 D | cgraphunit.c | 1865 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 D | genautomata.c | 1110 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 D | convert.c | 531 expr = copy_node (expr); in convert_to_integer()
|
| H A D | tree-ssa-loop-niter.c | 699 ret = copy_node (expr); in simplify_replace_tree() 735 ret = copy_node (expr); in expand_simple_operations()
|
| H A D | tree.c | 685 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 D | tree-vrp.c | 137 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 D | varasm.c | 2694 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 D | fold-const.c | 281 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 D | c-parser.c | 6215 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 D | c-typeck.c | 3791 value = copy_node (value); in build_c_cast() 4025 lhs = copy_node (lhs); in build_modify_expr()
|
| H A D | tree.h | 3554 #define copy_node(t) copy_node_stat (t MEM_STAT_INFO) macro
|
| H A D | omp-low.c | 906 tree new_f = copy_node (f); in fixup_child_record_type()
|
| H A D | function.c | 3639 tree new_block = copy_node (block); in reorder_blocks_1()
|
| H A D | tree-ssa-loop-ivopts.c | 1909 expr = copy_node (expr); in strip_offset_1()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | lex.c | 747 copy = copy_node (decl); in copy_decl() 784 copy = copy_node (type); in copy_type()
|
| H A D | pt.c | 1644 *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 D | method.c | 414 tree x = copy_node (a); in use_thunk()
|
| H A D | typeck2.c | 526 tree cons = copy_node (init); in split_nonconstant_init_1()
|
| H A D | tree.c | 996 TEMPLATE_TYPE_PARM_INDEX (t2) = copy_node (TEMPLATE_TYPE_PARM_INDEX (t)); in bind_template_template_parm()
|
| H A D | semantics.c | 2038 result = copy_node (result); in finish_unary_op_expr()
|
| H A D | class.c | 3878 DECL_TEMPLATE_INFO (result) = copy_node (DECL_TEMPLATE_INFO (result)); in build_clone() 6105 rhs = copy_node (rhs); in instantiate_type()
|
| H A D | typeck.c | 4945 expr = copy_node (expr); in ignore_overflows() 5939 lhs = copy_node (lhs); in build_modify_expr()
|
| H A D | decl.c | 10844 value = copy_node (value); in finish_enum() 12093 fndecl = copy_node (fndecl); in start_method()
|
| H A D | ChangeLog-1999 | 2222 * 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
|