Searched refs:copy_decl (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dtree-inline.h55 tree (*copy_decl) (tree, struct copy_body_data *); member in struct:copy_body_data
H A Dtree-inline.c163 tree t = id->copy_decl (decl, id);
2239 id.copy_decl = copy_decl_maybe_to_var;
2297 id.copy_decl = copy_decl_no_change;
2432 insert_decl_map (id, decl, id->copy_decl (decl, id));
2522 id.copy_decl = copy_decl_no_change;
2807 id.copy_decl = copy_decl_no_change;
H A Domp-low.c844 ctx->cb.copy_decl = omp_copy_decl;
/freebsd-11.0-release/contrib/gcc/cp/
H A Dlex.c747 copy_decl (tree decl)
743 copy_decl (tree decl) function
H A Dpt.c6452 r = copy_decl (t);
6500 r = copy_decl (t);
6683 r = copy_decl (t);
6830 r = copy_decl (t);
6952 r = copy_decl (t);
H A Dcp-tree.h4134 extern tree copy_decl (tree);
H A Dclass.c3780 clone = copy_decl (fn);

Completed in 134 milliseconds