Searched refs:copy_fn_p (Results 1 – 6 of 6) sorted by relevance
1676 (DECL_CONSTRUCTOR_P (NODE) && copy_fn_p (NODE) > 0)3970 extern int copy_fn_p (tree);
9565 copy_fn_p (tree d) in copy_fn_p() function9625 int ctor = copy_fn_p (decl); in grok_special_member_properties()9653 int assop = copy_fn_p (decl); in grok_special_member_properties()9670 int ctor_parm = copy_fn_p (decl); in grok_ctor_properties()
192 * cp-tree.h (DECL_COPY_CONSTRUCTOR_P): Use copy_fn_p.194 (copy_fn_p): ... here.198 * call.c (build_over_call): Use copy_fn_p.202 (copy_fn_p): ... here. Reject template functions. Check for pass
1067 (copy_fn_p): Revert change for PR 27547.2113 * decl.c (copy_fn_p): Return early on non-member functions.2161 (copy_fn_p): A TEMPLATE_DECL is never a copy constructor or2193 * decl.c (copy_fn_p): Skip functions with invalid first arg.
5018 && copy_fn_p (fn) in build_over_call()
1449 * decl.c (copy_fn_p): Use DECL_MBMER_TEMPLATE_P.2531 grokdeclarator, copy_fn_p, grok_op_properties, xref_tag,