Searched refs:clone_function_decl (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | method.c | 1168 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 | 3863 clone_function_decl (tree fn, int update_method_vec_p) in clone_function_decl() function 4001 clone_function_decl (OVL_CURRENT (fns), /*update_method_vec_p=*/1); in clone_constructors_and_destructors() 4003 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() 6761 clone_function_decl (r, /*update_method_vec_p=*/0); in tsubst_decl() 9630 clone_function_decl (fndecl, /*update_method_vec_p=*/0); in instantiate_template()
|
| H A D | cp-tree.h | 3870 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 | 5392 (clone_function_decl): Adjust add_member calls.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | class.c | 4190 clone_function_decl (fn, update_method_vec_p) in clone_function_decl() function 4332 clone_function_decl (OVL_CURRENT (fns), /*update_method_vec_p=*/1); 4334 clone_function_decl (OVL_CURRENT (fns), /*update_method_vec_p=*/1);
|
| H A D | pt.c | 1867 clone_function_decl (decl, /*update_method_vec_p=*/0); 6282 clone_function_decl (r, /*update_method_vec_p=*/0); 8049 clone_function_decl (fndecl, /*update_method_vec_p=*/0);
|
| H A D | ChangeLog | 8946 * class.c (clone_function_decl): Set DECL_ABSTRACT on original fn. 9141 * class.c (clone_function_decl): Don't build the deleting variant 10024 * pt.c (tsubst_decl): Call clone_function_decl here if this is an 10126 * class.c (clone_function_decl): Robustify. 11770 (clone_function_decl): Likewise. 13502 (clone_function_decl): Fix typo in comment. 14246 (clone_function_decl): Correct order of destructors in vtable. 14287 (clone_function_decl): Handle destructors, too. 14325 (clone_function_decl): Declare. 14335 (clone_function_decl): Likewise.
|
| H A D | cp-tree.h | 3702 extern void clone_function_decl PARAMS ((tree, int));
|