Home
last modified time | relevance | path

Searched refs:maybe_instantiate_noexcept (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc1896 maybe_instantiate_noexcept (basefn); in maybe_check_overriding_exception_spec()
1897 maybe_instantiate_noexcept (overrider); in maybe_check_overriding_exception_spec()
H A DChangeLog-2011630 * pt.c (maybe_instantiate_noexcept): Check the return value of
2804 * method.c (defaulted_late_check): Only maybe_instantiate_noexcept
2806 (process_subob_fn): Don't maybe_instantiate_noexcept.
2807 * pt.c (maybe_instantiate_noexcept): Handle overload.
2813 (maybe_instantiate_noexcept): Likewise.
2902 (maybe_instantiate_noexcept): Declare.
2909 (duplicate_decls): Call maybe_instantiate_noexcept.
2914 * decl2.c (mark_used): Call maybe_instantiate_noexcept.
2918 (maybe_instantiate_noexcept): New.
2920 * search.c (check_final_overrider): Call maybe_instantiate_noexcept.
H A DChangeLog-2014865 * method.c (defaulted_late_check): Call maybe_instantiate_noexcept.
2766 maybe_instantiate_noexcept.
2768 (start_preparsed_function): Call maybe_instantiate_noexcept.
2769 * decl2.c (mark_used): Call maybe_instantiate_noexcept earlier.
2771 * method.c (process_subob_fn): Call maybe_instantiate_noexcept.
2780 * pt.c (maybe_instantiate_noexcept): Use get_defaulted_eh_spec.
3506 * pt.c (maybe_instantiate_noexcept): Don't instantiate exception
H A DChangeLog2316 * pt.cc (maybe_instantiate_noexcept): For non-static member
2478 maybe_instantiate_noexcept. Move call to m_i_n after the
2480 * pt.cc (maybe_instantiate_noexcept): Restrict DECL_MAYBE_DELETED
2657 * decl2.cc (mark_used): Don't consider maybe_instantiate_noexcept
H A DChangeLog-20191121 * pt.c (maybe_instantiate_noexcept): Only update clones if we
2947 * pt.c (maybe_instantiate_noexcept): push_to_top_level.
4331 when maybe_instantiate_noexcept fails.
4448 * pt.c (maybe_instantiate_noexcept): For function templates, use their
4611 * pt.c (maybe_instantiate_noexcept): Only return false if defaulted.
4893 * method.c (process_subob_fn): When maybe_instantiate_noexcept
4911 * pt.c (maybe_instantiate_noexcept): Set up the list of local
5060 * pt.c (maybe_instantiate_noexcept): Keep error_mark_node.
H A DChangeLog-20134068 maybe_instantiate_noexcept.
4161 * pt.c (maybe_instantiate_noexcept): Don't defer access checks.
4266 * semantics.c (trait_expr_value): Call maybe_instantiate_noexcept.
H A Dmethod.cc2247 if (!maybe_instantiate_noexcept (fn)) in process_subob_fn()
H A DChangeLog-20202253 * pt.c (maybe_instantiate_noexcept): Local externs are never
4136 * pt.c (maybe_instantiate_noexcept): Change clone handling.
4569 * pt.c (maybe_instantiate_noexcept): Call synthesize_method for
5499 * pt.c (maybe_instantiate_noexcept): Always update clones.
H A DChangeLog-20211055 * pt.c (maybe_instantiate_noexcept): Call maybe_synthesize_method
5289 * pt.c (maybe_instantiate_noexcept): Return false if FN is
5485 maybe_instantiate_noexcept after instantiating the function
H A Dclass.cc8468 && !maybe_instantiate_noexcept (fn, complain)) in resolve_address_of_overloaded_function()
8551 maybe_instantiate_noexcept (instantiation, complain); in resolve_address_of_overloaded_function()
H A DChangeLog-20172230 * pt.c (maybe_instantiate_noexcept): Add complain parm, return bool.
2236 * decl2.c (mark_used): Pass complain to maybe_instantiate_noexcept.
2672 * pt.c (maybe_instantiate_noexcept): Check for recursion.
H A Ddecl2.cc5885 if (!maybe_instantiate_noexcept (decl, complain)) in mark_used()
H A Ddecl.cc1235 maybe_instantiate_noexcept (new_decl); in check_redeclaration_exception_specification()
1236 maybe_instantiate_noexcept (old_decl); in check_redeclaration_exception_specification()
17388 maybe_instantiate_noexcept (decl1); in start_preparsed_function()
H A Dsemantics.cc11507 if (!maybe_instantiate_noexcept (fn) in classtype_has_nothrow_assign_or_copy_p()
11906 && maybe_instantiate_noexcept (t) in trait_expr_value()
H A Dpt.cc23272 maybe_instantiate_noexcept (fn, tf_none); in resolve_overloaded_unification()
26215 maybe_instantiate_noexcept (decl, tf_error); in regenerate_decl_from_template()
26317 maybe_instantiate_noexcept (tree fn, tsubst_flags_t complain) in maybe_instantiate_noexcept() function
26364 if (!maybe_instantiate_noexcept (prime, complain)) in maybe_instantiate_noexcept()
H A Dcp-tree.h7340 extern bool maybe_instantiate_noexcept (tree, tsubst_flags_t = tf_warning_or_error);
H A DChangeLog-20183371 * pt.c (maybe_instantiate_noexcept): Do instantiate in templates if
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c1880 maybe_instantiate_noexcept (basefn); in maybe_check_overriding_exception_spec()
1881 maybe_instantiate_noexcept (overrider); in maybe_check_overriding_exception_spec()
H A Dmethod.c1956 if (!maybe_instantiate_noexcept (fn))
H A Dclass.c8352 && !maybe_instantiate_noexcept (fn, complain)) in resolve_address_of_overloaded_function()
8435 maybe_instantiate_noexcept (instantiation, complain); in resolve_address_of_overloaded_function()
H A Ddecl2.c5519 && !maybe_instantiate_noexcept (decl, complain)) in mark_used()
H A Ddecl.c1183 maybe_instantiate_noexcept (new_decl); in check_redeclaration_exception_specification()
1184 maybe_instantiate_noexcept (old_decl); in check_redeclaration_exception_specification()
16549 maybe_instantiate_noexcept (decl1); in start_preparsed_function()
H A Dsemantics.c9942 if (!maybe_instantiate_noexcept (fn) in classtype_has_nothrow_assign_or_copy_p()
9985 && maybe_instantiate_noexcept (t) in trait_expr_value()
H A Dcp-tree.h6956 extern bool maybe_instantiate_noexcept (tree, tsubst_flags_t = tf_warning_or_error);
H A Dpt.c22391 maybe_instantiate_noexcept (fn, tf_none); in resolve_overloaded_unification()
25364 maybe_instantiate_noexcept (decl, tf_error); in regenerate_decl_from_template()
25466 maybe_instantiate_noexcept (tree fn, tsubst_flags_t complain) in maybe_instantiate_noexcept() function