Searched refs:dst_fn (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Domp-low.c840 ctx->cb.dst_fn = current_function_decl;
1114 ctx->cb.dst_fn = decl;
1177 OMP_PARALLEL_FN (*stmt_p) = ctx->cb.dst_fn;
3649 record_vars_into (ctx->block_vars, ctx->cb.dst_fn);
4065 record_vars_into (BIND_EXPR_VARS (OMP_FOR_BODY (stmt)), ctx->cb.dst_fn);
4120 record_vars_into (ctx->block_vars, ctx->cb.dst_fn);
4165 child_fn = ctx->cb.dst_fn;
H A Dtree-inline.c403 fn = id->dst_fn;
1182 tree caller = id->dst_fn;
2230 id.dst_fn = fn;
2235 id.dst_fn = current_function_decl;
2293 id.dst_fn = clone;
2519 id.dst_fn = current_function_decl;
2618 DECL_CONTEXT (copy) = id->dst_fn;
2802 id.dst_fn = new_decl;
2840 number_blocks (id.dst_fn);
2900 id.dst_fn
[all...]
H A Dtree-inline.h38 tree dst_fn; member in struct:copy_body_data

Completed in 87 milliseconds