Searched refs:copy_tree_body_r (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-inline.h220 extern tree copy_tree_body_r (tree *, int *, void *);
H A Dtree-inline.c137 See the CALL_EXPR handling case in copy_tree_body_r (). */
406 walk_tree (&DECL_SIZE (t), copy_tree_body_r, id, NULL); local
407 walk_tree (&DECL_SIZE_UNIT (t), copy_tree_body_r, id, NULL); local
412 walk_tree (&DECL_FIELD_OFFSET (t), copy_tree_body_r, id, NULL); local
414 walk_tree (&DECL_QUALIFIER (t), copy_tree_body_r, id, NULL); local
507 walk_tree (&TYPE_MIN_VALUE (new_tree), copy_tree_body_r, id, NULL); local
511 walk_tree (&TYPE_MAX_VALUE (new_tree), copy_tree_body_r, id, NULL); local
525 walk_tree (&TYPE_ARG_TYPES (new_tree), copy_tree_body_r, id, NULL); local
582 walk_tree (&TYPE_SIZE (new_tree), copy_tree_body_r, id, NULL); local
583 walk_tree (&TYPE_SIZE_UNIT (new_tree), copy_tree_body_r, i local
1059 copy_tree_body_r (tree *tp, int *walk_subtrees, void *data) function
[all...]
H A Domp-low.c1334 walk_tree (&ve, copy_tree_body_r, &ctx->cb, NULL);
1644 walk_tree (&DECL_SIZE (new_f), copy_tree_body_r, &ctx->cb, NULL); local
1645 walk_tree (&DECL_SIZE_UNIT (new_f), copy_tree_body_r, local
1647 walk_tree (&DECL_FIELD_OFFSET (new_f), copy_tree_body_r, local
10803 walk_tree (&DECL_SIZE (new_f), copy_tree_body_r, &tcctx->cb, NULL); local
10804 walk_tree (&DECL_SIZE_UNIT (new_f), copy_tree_body_r, &tcctx->cb, NULL);
10805 walk_tree (&DECL_FIELD_OFFSET (new_f), copy_tree_body_r,
10801 walk_tree (&DECL_SIZE (new_f), copy_tree_body_r, &tcctx->cb, NULL); local
10802 walk_tree (&DECL_SIZE_UNIT (new_f), copy_tree_body_r, &tcctx->cb, NULL); local
H A Dtree-nested.c2721 walk_tree (&val, copy_tree_body_r, &id.cb, NULL);
/haiku-buildtools/gcc/gcc/cp/
H A Doptimize.c115 walk_tree (&stmts, copy_tree_body_r, &id, NULL);
127 walk_tree (&DECL_INITIAL (decl), copy_tree_body_r, &id, NULL); local
H A Dsemantics.c5086 walk_tree (&stmt, copy_tree_body_r, &id, NULL);
/haiku-buildtools/gcc/gcc/c-family/
H A Dcilk.c565 walk_tree (stmt_p, copy_tree_body_r, (void *) &id, NULL);
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c12101 walk_tree (&stmt, copy_tree_body_r, &id, NULL);

Completed in 377 milliseconds