Home
last modified time | relevance | path

Searched refs:flag_noexcept_type (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmangle.cc358 if (!flag_noexcept_type) in write_exception_spec()
417 if (flag_noexcept_type) in canonicalize_for_substitution()
2178 if (flag_noexcept_type) in write_type()
H A Dlambda.cc1212 if (flag_noexcept_type in maybe_add_lambda_conv_op()
H A Drtti.cc1040 if (flag_noexcept_type in ptr_initializer()
H A Dtree.cc1671 tree canon_spec = (flag_noexcept_type in strip_typedefs()
2804 tree cr = flag_noexcept_type ? canonical_eh_spec (raises) : NULL_TREE; in build_cp_fntype_variant()
2831 tree cr = flag_noexcept_type ? canonical_eh_spec (raises) : NULL_TREE; in fixup_deferred_exception_variants()
H A Dcvt.cc2100 if (!flag_noexcept_type) in noexcept_conv_p()
H A Dclass.cc8467 if (flag_noexcept_type in resolve_address_of_overloaded_function()
8550 if (flag_noexcept_type) in resolve_address_of_overloaded_function()
H A Ddecl.cc238 bool flag_noexcept_type; variable
4537 flag_noexcept_type = (cxx_dialect >= cxx17); in cxx_init_decl_processing()
9932 && !flag_noexcept_type in bad_specifiers()
H A DChangeLog-2016515 (flag_noexcept_type, ce_type): New.
530 * decl.c (flag_noexcept_type): Define.
H A Dpt.cc10583 if (flag_noexcept_type) in for_each_template_parm_r()
22726 if (flag_noexcept_type in uses_deducible_template_parms()
23271 if (flag_noexcept_type) in resolve_overloaded_unification()
24797 if (flag_noexcept_type) in unify()
26324 && (!flag_noexcept_type || type_dependent_expression_p (fn))) in maybe_instantiate_noexcept()
H A DChangeLog-20183372 flag_noexcept_type. Build the new spec within the function context.
3374 if flag_noexcept_type.
H A Dcp-tree.h5803 extern bool flag_noexcept_type;
H A Dtypeck.cc1308 if (flag_noexcept_type in structural_comptypes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmangle.c362 if (!flag_noexcept_type) in write_exception_spec()
421 if (flag_noexcept_type) in canonicalize_for_substitution()
2093 if (flag_noexcept_type) in write_type()
H A Dlambda.c1206 if (flag_noexcept_type in maybe_add_lambda_conv_op()
H A Drtti.c1026 if (flag_noexcept_type in ptr_initializer()
H A Dcvt.c2081 if (!flag_noexcept_type) in noexcept_conv_p()
H A Dtree.c1585 tree canon_spec = (flag_noexcept_type in strip_typedefs()
2677 tree cr = flag_noexcept_type ? canonical_eh_spec (raises) : NULL_TREE; in build_cp_fntype_variant()
H A Dclass.c8351 if (flag_noexcept_type in resolve_address_of_overloaded_function()
8434 if (flag_noexcept_type) in resolve_address_of_overloaded_function()
H A Ddecl.c229 bool flag_noexcept_type; variable
4310 flag_noexcept_type = (cxx_dialect >= cxx17); in cxx_init_decl_processing()
9304 && !flag_noexcept_type in bad_specifiers()
H A Dpt.c10300 if (flag_noexcept_type) in for_each_template_parm_r()
22390 if (flag_noexcept_type) in resolve_overloaded_unification()
23875 if (flag_noexcept_type) in unify()
25475 && (!flag_noexcept_type || type_dependent_expression_p (fn))) in maybe_instantiate_noexcept()
H A Dcp-tree.h5553 extern bool flag_noexcept_type;
H A Dtypeck.c1281 if (flag_noexcept_type in structural_comptypes()