Searched refs:copy_body_r (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dtree-inline.h95 extern tree copy_body_r (tree *, int *, void *);
H A Dtree-inline.c87 See the CALL_EXPR handling case in copy_body_r (). */
179 walk_tree (&DECL_SIZE (t), copy_body_r, id, NULL); local
180 walk_tree (&DECL_SIZE_UNIT (t), copy_body_r, id, NULL); local
185 walk_tree (&DECL_FIELD_OFFSET (t), copy_body_r, id, NULL); local
187 walk_tree (&DECL_QUALIFIER (t), copy_body_r, id, NULL); local
272 walk_tree (&TYPE_MIN_VALUE (new), copy_body_r, id, NULL); local
276 walk_tree (&TYPE_MAX_VALUE (new), copy_body_r, id, NULL); local
281 walk_tree (&TYPE_ARG_TYPES (new), copy_body_r, id, NULL); local
312 walk_tree (&TYPE_SIZE (new), copy_body_r, id, NULL); local
313 walk_tree (&TYPE_SIZE_UNIT (new), copy_body_r, i local
466 copy_body_r (tree *tp, int *walk_subtrees, void *data) function
[all...]
H A Domp-low.c657 walk_tree (&ve, copy_body_r, &ctx->cb, NULL);

Completed in 200 milliseconds