Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree-inline.c170 TREE_TYPE (t) = copy_node (TREE_TYPE (t));
172 = copy_node (TYPE_DOMAIN (TREE_TYPE (t)));
525 tree new_block = copy_node (*tp);
539 *tp = copy_node (*tp);
1825 *tp = copy_node (*tp);
1872 tree t = copy_node (*tp);
H A Dstor-layout.c1920 bitsizetype = copy_node (t); in initialize_sizetypes()
1945 sizetype = copy_node (type);
1964 ssizetype = copy_node (make_signed_type (oprecision));
1965 sbitsizetype = copy_node (make_signed_type (precision));
1971 usizetype = copy_node (make_unsigned_type (oprecision));
1972 ubitsizetype = copy_node (make_unsigned_type (precision));
H A Dtree.c362 copy_node (node) in copy_node() function
406 head = prev = copy_node (list);
410 TREE_CHAIN (prev) = copy_node (next);
2541 ntype = copy_node (ttype);
2694 a1 = copy_node (a2);
2850 t = copy_node (type);
4128 c = copy_node (c);
H A Dgenautomata.c211 static void *copy_node PARAMS ((const void *, size_t));
1471 copy_node (from, size) in copy_node() function
2485 copy = copy_node (src, sizeof (*src));
2635 copy = copy_node (src, sizeof (*src));
4654 result = copy_node (regexp, sizeof (struct regexp));
4657 result = copy_node (regexp, sizeof (struct regexp));
4663 result = copy_node (regexp,
4672 result = copy_node (regexp,
4681 result = copy_node (regexp,
4692 result = copy_node (regexp, sizeof (struct regexp));
H A Dvarasm.c2584 return copy_node (exp);
2589 return copy_node (exp);
2610 tree copy = copy_node (exp);
/openbsd-src/gnu/gcc/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.c1851 new_decl = copy_node (old_decl); in cgraph_function_versioning()
1907 first_clone->decl = copy_node (node->decl); in save_inline_function_body()
H A Dconvert.c480 expr = copy_node (expr); in convert_to_integer()
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 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.c677 head = prev = copy_node (list); in copy_list()
681 TREE_CHAIN (prev) = copy_node (next); in copy_list()
3375 ntype = copy_node (ttype); in build_type_attribute_qual_variant()
3587 a1 = copy_node (a2); in merge_attributes()
3876 tree t = copy_node (type); in build_distinct_type_copy()
5720 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()
4802 arg = copy_node (arg); in vrp_visit_phi_node()
H A Dvarasm.c2695 return copy_node (exp); in copy_constant()
2700 return copy_node (exp); in copy_constant()
2722 tree copy = copy_node (exp); in copy_constant()
/openbsd-src/gnu/gcc/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()
6746 *friends = copy_node (*friends); in tsubst_decl()
6788 r = copy_node (t); in tsubst_decl()
6852 r = copy_node (t); in tsubst_decl()
8404 nc = copy_node (oc); in tsubst_omp_clauses()
8802 t = copy_node (t); in tsubst_expr()
8816 t = copy_node (t); in tsubst_expr()
10024 tree tempargs = copy_node (targs); in resolve_overloaded_unification()
[all …]
H A Dmethod.c418 tree x = copy_node (a); in use_thunk()
H A Dtypeck2.c526 tree cons = copy_node (init); in split_nonconstant_init_1()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c1421 copy = copy_node (decl);
1460 copy = copy_node (type);
H A Dpt.c1315 *targs_out = copy_node (DECL_TI_ARGS (TREE_VALUE (candidates)));
1323 *targs_out = copy_node (targs);
2231 tree a = copy_node (TREE_VALUE (header)); in current_template_args()
5349 args = copy_node (args);
6267 *friends = copy_node (*friends);
6291 r = copy_node (t);
6332 r = copy_node (t);
6924 t = copy_node (t);
6935 BINFO_BASETYPES (t) = copy_node (TYPE_BINFO_BASETYPES (type));
8481 tree tempargs = copy_node (targs);
H A Dtree.c846 BINFO_BASETYPES (new_binfo) = copy_node (BINFO_BASETYPES (binfo));
1134 TEMPLATE_TYPE_PARM_INDEX (t2) = copy_node (TEMPLATE_TYPE_PARM_INDEX (t));
H A Dmethod.c465 tree x = copy_node (a);
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c354 TYPE_MIN_VALUE (type) = copy_node (in_min);
356 TYPE_MAX_VALUE (type) = copy_node (in_max);
H A Dparse.h574 tree _new = copy_node (TYPE); \
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c588 return pushdecl (copy_node (var_decl)); in tree_code_create_variable()
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreetree.c564 return pushdecl (copy_node (var_decl)); in tree_code_create_variable()

123