Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dmethod.c1168 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.c3863 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 Dpt.c2209 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 Dcp-tree.h3870 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 DChangeLog5392 (clone_function_decl): Adjust add_member calls.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c4190 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 Dpt.c1867 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 DChangeLog8946 * 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 Dcp-tree.h3702 extern void clone_function_decl PARAMS ((tree, int));