Searched refs:copy_tree_r (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-inline.h238 tree copy_tree_r (tree *, int *, void *);
H A Dtree-inline.c936 copy_tree_r (tp, walk_subtrees, NULL);
1108 will be remapped. copy_tree_r will not copy a constant. */
1124 /* Otherwise, just copy the node. Note that copy_tree_r already
1160 copy_tree_r (tp, walk_subtrees, NULL);
1290 remapped. copy_tree_r will not copy a constant. */
1307 /* Otherwise, just copy the node. Note that copy_tree_r already
1419 copy_tree_r (tp, walk_subtrees, NULL);
5528 copy_tree_r (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED)
5527 copy_tree_r (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED) function
H A Dstor-layout.c105 /* Similar to copy_tree_r but do not copy component references involving
114 /* Stop at types, decls, constants like copy_tree_r. */
149 return copy_tree_r (tp, walk_subtrees, data);
H A Dgimplify.c864 /* Similar to copy_tree_r but do not copy SAVE_EXPR or TARGET_EXPR nodes.
886 /* Stop at types, decls, constants like copy_tree_r. */
896 /* Leave the bulk of the work to copy_tree_r itself. */
898 copy_tree_r (tp, walk_subtrees, NULL);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-inline.h235 tree copy_tree_r (tree *, int *, void *);
H A Dtree-inline.cc913 copy_tree_r (tp, walk_subtrees, NULL);
1085 will be remapped. copy_tree_r will not copy a constant. */
1101 /* Otherwise, just copy the node. Note that copy_tree_r already
1137 copy_tree_r (tp, walk_subtrees, NULL);
1267 remapped. copy_tree_r will not copy a constant. */
1284 /* Otherwise, just copy the node. Note that copy_tree_r already
1396 copy_tree_r (tp, walk_subtrees, NULL);
5564 copy_tree_r (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED)
5563 copy_tree_r (tree *tp, int *walk_subtrees, void *data ATTRIBUTE_UNUSED) function
H A Dstor-layout.cc105 /* Similar to copy_tree_r but do not copy component references involving
114 /* Stop at types, decls, constants like copy_tree_r. */
149 return copy_tree_r (tp, walk_subtrees, data);
H A Dgimplify.cc869 /* Similar to copy_tree_r but do not copy SAVE_EXPR or TARGET_EXPR nodes.
891 /* Stop at types, decls, constants like copy_tree_r. */
901 /* Leave the bulk of the work to copy_tree_r itself. */
903 copy_tree_r (tp, walk_subtrees, NULL);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c3022 copy_tree_r (tp, walk_subtrees, NULL);
3052 copy_tree_r (tp, walk_subtrees, NULL);
3060 copy_tree_r (tp, walk_subtrees, NULL);
3077 t = copy_tree_r (tp, walk_subtrees, NULL);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc3235 copy_tree_r (tp, walk_subtrees, NULL);
3265 copy_tree_r (tp, walk_subtrees, NULL);
3273 copy_tree_r (tp, walk_subtrees, NULL);
3290 t = copy_tree_r (tp, walk_subtrees, NULL);

Completed in 357 milliseconds