Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Dclass.c189 static tree build_clone (tree, tree);
3741 build_clone (tree fn, tree name) in build_clone() function
3847 = build_clone (DECL_TEMPLATE_RESULT (clone), name); in build_clone()
3876 clone = build_clone (fn, complete_ctor_identifier); in clone_function_decl()
3879 clone = build_clone (fn, base_ctor_identifier); in clone_function_decl()
3898 clone = build_clone (fn, deleting_dtor_identifier); in clone_function_decl()
3902 clone = build_clone (fn, complete_dtor_identifier); in clone_function_decl()
3905 clone = build_clone (fn, base_dtor_identifier); in clone_function_decl()
H A DChangeLog-20012709 * class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
2725 (build_clone): Likewise.
2789 * class.c (build_clone): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
2971 * class.c (build_clone): Set DECL_ABSTRACT_ORIGIN for the clone.
3008 * class.c (build_clone): Maybe remove the VTT parm.
H A DChangeLog-2004164 * class.c (build_clone): Call note_decl_for_pch.
4733 * class.c (build_clone): Don't call defer_fn, let mark_used do it.
6346 * class.c (build_clone): Use cp_build_type_attribute_variant.
6785 * class.c (build_clone): Copy type attributes from the original
H A DChangeLog-20003629 (build_clone): Handle the magic VTT parameters for clones.
4373 (build_clone): Fix typo in comment.
4413 (build_clone): Don't make the base constructor virtual.
4462 (build_clone): New function.
H A DChangeLog-20023826 * class.c (build_clone): Update.
H A DChangeLog-20031893 * class.c (build_clone): Likewise.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c190 static tree build_clone PARAMS ((tree, tree));
4066 build_clone (fn, name) in build_clone() function
4174 = build_clone (DECL_TEMPLATE_RESULT (clone), name);
4205 clone = build_clone (fn, complete_ctor_identifier);
4208 clone = build_clone (fn, base_ctor_identifier);
4227 clone = build_clone (fn, deleting_dtor_identifier);
4231 clone = build_clone (fn, complete_dtor_identifier);
4234 clone = build_clone (fn, base_dtor_identifier);
H A DChangeLog311 * class.c (build_clone): Copy type attributes from the original
5229 * class.c (build_clone): Update.
8686 * class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
8702 (build_clone): Likewise.
8766 * class.c (build_clone): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
8948 * class.c (build_clone): Set DECL_ABSTRACT_ORIGIN for the clone.
8985 * class.c (build_clone): Maybe remove the VTT parm.
13501 (build_clone): Handle the magic VTT parameters for clones.
14245 (build_clone): Fix typo in comment.
14285 (build_clone): Don't make the base constructor virtual.
[all …]