Searched refs:synthesized_method_walk (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | method.cc | 2528 synthesized_method_walk (tree ctype, special_function_kind sfk, bool const_p, in synthesized_method_walk() function 2753 synthesized_method_walk (ctype, sfk, const_p, &spec, NULL, NULL, in get_defaulted_eh_spec() 2844 synthesized_method_walk (ctype, sfk, const_p, in maybe_explain_implicit_delete() 2852 synthesized_method_walk (ctype, sfk, const_p, in maybe_explain_implicit_delete() 2893 synthesized_method_walk (DECL_CLASS_CONTEXT (decl), in explain_implicit_non_constexpr() 2911 synthesized_method_walk (DECL_CONTEXT (decl), sfk_inheriting_constructor, in deduce_inheriting_ctor() 3076 synthesized_method_walk (type, kind, const_p, NULL, &trivial_p, in implicitly_declare_fn() 3081 synthesized_method_walk (type, kind, const_p, &raises, &trivial_p, in implicitly_declare_fn() 3114 synthesized_method_walk (type, kind, const_p, &raises, nullptr, in implicitly_declare_fn() 3219 synthesized_method_walk (type, kind, const_p, in implicitly_declare_fn()
|
H A D | ChangeLog-2012 | 480 (synthesized_method_walk, implicitly_declare_fn): Likewise. 561 (synthesized_method_walk): Handle inheriting constructors. 1420 * method.c (synthesized_method_walk): Stop deferring access checks. 1465 * method.c (synthesized_method_walk): Initialize no_implicit_p sooner. 1479 * method.c (synthesized_method_walk): Replace uses of msg with diag. 1495 (walk_field_subobs, synthesized_method_walk): Likewise. 1499 * method.c (synthesized_method_walk): Avoid changing 1747 * method.c (synthesized_method_walk): Adjust flag and complain. 2662 * method.c (synthesized_method_walk): Cleanups don't affect the EH 3023 (synthesized_method_walk): Check here.
|
H A D | ChangeLog-2010 | 215 * method.c (synthesized_method_walk): Set it. 798 * method.c (synthesized_method_walk): Use it. 838 * method.c (synthesized_method_walk): Track constexprness too. 1614 * method.c (synthesized_method_walk): In constructors, also check 1899 (synthesized_method_walk): ...here. Set msg before loops. 1916 * method.c (synthesized_method_walk): Initialize check_vdtor. 2128 (process_subob_fn, synthesized_method_walk): New. 2130 (implicitly_declare_fn): Use synthesized_method_walk,
|
H A D | ChangeLog-2017 | 916 * method.c (synthesized_method_walk): Use ovl_op_identifier. 953 (synthesized_method_walk): Likewise. 1881 (synthesized_method_walk): Make inheriting_ctor a pointer. 2097 * method.c (synthesized_method_walk): Don't diagnose lack of 2232 synthesized_method_walk. 2233 (synthesized_method_walk): Adjust. 4780 (synthesized_method_walk): Not here. 4785 * method.c (synthesized_method_walk): Check vbases of abstract 5343 (synthesized_method_walk): ... here. Call it. Cleanup
|
H A D | ChangeLog-2011 | 1795 * method.c (synthesized_method_walk): Adjust. 2564 (synthesized_method_walk): Don't shortcut if we want diagnostics. 4479 * method.c (synthesized_method_walk): Cleanups don't affect the 4805 * method.c (synthesized_method_walk): Always exit early for
|
H A D | ChangeLog-2013 | 760 * method.c (synthesized_method_walk): Can't ever exit early in C++11. 2279 * method.c (synthesized_method_walk): Likewise. 2598 * method.c (synthesized_method_walk): Check it.
|
H A D | ChangeLog-2016 | 633 (synthesized_method_walk): Use binfo_inherited_from. Suppress 1450 * method.c (synthesized_method_walk): Add FALLTHRU. 3610 * method.c (synthesized_method_walk): operator= can also be constexpr.
|
H A D | ChangeLog-2018 | 776 (synthesized_method_walk): Skip vbases of abstract classes except 786 (synthesized_method_walk): Drop ctor_p, copy_arg_p, move_p, 2506 * method.c (synthesized_method_walk): For C++2a don't mark
|
H A D | ChangeLog-2021 | 3812 synthesized_method_walk. 3865 synthesized_method_walk with diag being true.
|
H A D | ChangeLog-2014 | 3567 * method.c (synthesized_method_walk): If vbases is non-null but
|
H A D | ChangeLog-2019 | 2307 (synthesized_method_walk): Set *constexpr_p to true for dtors in c++2a.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | method.c | 2235 synthesized_method_walk (tree ctype, special_function_kind sfk, bool const_p, in synthesized_method_walk() function 2460 synthesized_method_walk (ctype, sfk, const_p, &spec, NULL, NULL, in get_defaulted_eh_spec() 2551 synthesized_method_walk (ctype, sfk, const_p, in maybe_explain_implicit_delete() 2559 synthesized_method_walk (ctype, sfk, const_p, in maybe_explain_implicit_delete() 2600 synthesized_method_walk (DECL_CLASS_CONTEXT (decl), in explain_implicit_non_constexpr() 2618 synthesized_method_walk (DECL_CONTEXT (decl), sfk_inheriting_constructor, in deduce_inheriting_ctor() 2779 synthesized_method_walk (type, kind, const_p, NULL, &trivial_p, in implicitly_declare_fn() 2784 synthesized_method_walk (type, kind, const_p, &raises, &trivial_p, in implicitly_declare_fn() 2914 synthesized_method_walk (type, kind, const_p, in implicitly_declare_fn()
|