Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A DChangeLog360 * libcp1plugin.cc (plugin_build_decl): Adjust clone_function_decl
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
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 DChangeLog-20172377 clone_function_decl, set_method_tm_attributes,
3860 (clone_function_decl): Fix description.
4168 * cp-tree.h (add_method, clone_function_decl): Change last arg to
4172 (clone_function_decl): Change 2nd arg to bool. Adjust.
H A DChangeLog-20203359 (clone_function_decl): Rename to ...
3365 (clone_function_decl): Rename to ...
3367 (clone_constructors_and_destructors): Adjust clone_function_decl
3371 (lazily_declare_fn): Adjust clone_function_decl call.
H A DChangeLog-20091959 (clone_function_decl, adjust_clone_args): Use DECL_CLONED_FUNCTION_P.
2665 (build_vfield_ref, cxx_print_statistics, clone_function_decl,
H A DChangeLog-20143312 * class.c (clone_function_decl): Don't note_vague_linkage_fn.
3372 * class.c (clone_function_decl): Call note_vague_linkage_fn for
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 DChangeLog-20191612 * class.c (build_clones): Break out of clone_function_decl. Just
1614 (clone_function_decl): Call build_clones, then maybe add them to
H A DChangeLog-20051877 (clone_function_decl): Adjust add_member calls.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c5007 clone_function_decl (tree fn, bool update_methods) in clone_function_decl() function
5114 clone_function_decl (*iter, /*update_methods=*/true); in clone_constructors_and_destructors()
5117 clone_function_decl (dtor, /*update_methods=*/true); in clone_constructors_and_destructors()
H A Dmethod.c3161 clone_function_decl (fn, /*update_methods=*/true); in lazily_declare_fn()
H A Dcp-tree.h6486 extern void clone_function_decl (tree, bool);
H A Dpt.c14016 clone_function_decl (r, /*update_methods=*/false); in tsubst_function_decl()
21054 clone_function_decl (fndecl, /*update_methods=*/false); in instantiate_template_1()
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc1555 clone_function_decl (decl, /*update_methods=*/true); in plugin_build_decl()