Searched refs:clone_function_decl (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | method.c | 1170 clone_function_decl (fn, /*update_method_vec=*/true); in lazily_declare_fn()
|
| H A D | ChangeLog-2000 | 152 * pt.c (tsubst_decl): Call clone_function_decl here if this is an 254 * class.c (clone_function_decl): Robustify. 1898 (clone_function_decl): Likewise. 3630 (clone_function_decl): Fix typo in comment. 4374 (clone_function_decl): Correct order of destructors in vtable. 4415 (clone_function_decl): Handle destructors, too. 4453 (clone_function_decl): Declare. 4463 (clone_function_decl): Likewise.
|
| H A D | class.c | 3892 clone_function_decl (tree fn, int update_method_vec_p) in clone_function_decl() function 4030 clone_function_decl (OVL_CURRENT (fns), /*update_method_vec_p=*/1); in clone_constructors_and_destructors() 4032 clone_function_decl (OVL_CURRENT (fns), /*update_method_vec_p=*/1); in clone_constructors_and_destructors()
|
| H A D | pt.c | 2209 clone_function_decl (decl, /*update_method_vec_p=*/0); in check_explicit_specialization() 6770 clone_function_decl (r, /*update_method_vec_p=*/0); in tsubst_decl() 9666 clone_function_decl (fndecl, /*update_method_vec_p=*/0); in instantiate_template()
|
| H A D | cp-tree.h | 3919 extern void clone_function_decl (tree, int);
|
| H A D | ChangeLog-2001 | 2969 * class.c (clone_function_decl): Set DECL_ABSTRACT on original fn. 3164 * class.c (clone_function_decl): Don't build the deleting variant
|
| H A D | ChangeLog-2004 | 2519 clone_function_decl, adjust_clone_args, 3576 (clone_function_decl): Adjust call to add_method.
|
| H A D | ChangeLog | 5461 (clone_function_decl): Adjust add_member calls.
|