Searched refs:clone_function_decl (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | ChangeLog | 360 * libcp1plugin.cc (plugin_build_decl): Adjust clone_function_decl
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
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 | ChangeLog-2017 | 2377 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 D | ChangeLog-2020 | 3359 (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 D | ChangeLog-2009 | 1959 (clone_function_decl, adjust_clone_args): Use DECL_CLONED_FUNCTION_P. 2665 (build_vfield_ref, cxx_print_statistics, clone_function_decl,
|
H A D | ChangeLog-2014 | 3312 * 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 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-2019 | 1612 * 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 D | ChangeLog-2005 | 1877 (clone_function_decl): Adjust add_member calls.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | class.c | 5007 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 D | method.c | 3161 clone_function_decl (fn, /*update_methods=*/true); in lazily_declare_fn()
|
H A D | cp-tree.h | 6486 extern void clone_function_decl (tree, bool);
|
H A D | pt.c | 14016 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 D | libcp1plugin.cc | 1555 clone_function_decl (decl, /*update_methods=*/true); in plugin_build_decl()
|