Searched refs:copy_fn_p (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/gcc/gcc/cp/
H A Ddecl.c9046 copy_fn_p (tree d)
9106 int ctor = copy_fn_p (decl);
9134 int assop = copy_fn_p (decl);
9151 int ctor_parm = copy_fn_p (decl);
9029 copy_fn_p (tree d) function
H A Dcp-tree.h1674 (DECL_CONSTRUCTOR_P (NODE) && copy_fn_p (NODE) > 0)
3928 extern int copy_fn_p (tree);
H A Dcall.c4976 && copy_fn_p (fn)
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h1951 (DECL_CONSTRUCTOR_P (NODE) && copy_fn_p (NODE) > 0)
3823 extern int copy_fn_p PARAMS ((tree));
H A Ddecl.c13053 copy_fn_p (d)
13107 int ctor = copy_fn_p (decl);
13133 int assop = copy_fn_p (decl);
13153 int ctor_parm = copy_fn_p (decl);
13033 copy_fn_p (d) function
H A Dcall.c4672 && copy_fn_p (fn)

Completed in 474 milliseconds