Home
last modified time | relevance | path

Searched refs:clone_function_decl (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dmethod.c1170 clone_function_decl (fn, /*update_method_vec=*/true); in lazily_declare_fn()
H A DChangeLog-2000152 * 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 Dclass.c3892 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 Dpt.c2209 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 Dcp-tree.h3919 extern void clone_function_decl (tree, int);
H A DChangeLog-20012969 * 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 DChangeLog-20042519 clone_function_decl, adjust_clone_args,
3576 (clone_function_decl): Adjust call to add_method.
H A DChangeLog5461 (clone_function_decl): Adjust add_member calls.