Home
last modified time | relevance | path

Searched refs:copy_decl (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dtree-inline.h55 tree (*copy_decl) (tree, struct copy_body_data *); member
Dtree-inline.c163 tree t = id->copy_decl (decl, id); in remap_decl()
2239 id.copy_decl = copy_decl_maybe_to_var; in optimize_inline_calls()
2297 id.copy_decl = copy_decl_no_change; in clone_body()
2432 insert_decl_map (id, decl, id->copy_decl (decl, id)); in mark_local_for_remap_r()
2522 id.copy_decl = copy_decl_no_change; in unsave_expr_now()
2807 id.copy_decl = copy_decl_no_change; in tree_function_versioning()
Domp-low.c844 ctx->cb.copy_decl = omp_copy_decl; in new_omp_context()
DChangeLog-200615515 caller* to src*; add copy_decl hook, transform_call_graph_edges,
15523 (remap_decl): Update for member name changes. Use copy_decl hook.
/freebsd-10-stable/contrib/gcc/cp/
Dlex.c743 copy_decl (tree decl) in copy_decl() function
Dpt.c6451 r = copy_decl (t); in tsubst_decl()
6499 r = copy_decl (t); in tsubst_decl()
6682 r = copy_decl (t); in tsubst_decl()
6829 r = copy_decl (t); in tsubst_decl()
6951 r = copy_decl (t); in tsubst_decl()
Dcp-tree.h4125 extern tree copy_decl (tree);
Dclass.c3776 clone = copy_decl (fn); in build_clone()
DChangeLog-20004528 * cp-tree.h (copy_decl): New function.
4530 * lex.c (copy_decl): Define it.
DChangeLog-20023830 (copy_decl): Update.