Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDptree.c90 if (TYPE_RAISES_EXCEPTIONS (node)) in cxx_print_type()
91 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4); in cxx_print_type()
HDtree.c1206 if (TYPE_RAISES_EXCEPTIONS (t)) in strip_typedefs()
1208 TYPE_RAISES_EXCEPTIONS (t)); in strip_typedefs()
1897 if (comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (type), ce_exact)) in build_exception_variant()
1903 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (v), ce_exact)) in build_exception_variant()
1908 TYPE_RAISES_EXCEPTIONS (v) = raises; in build_exception_variant()
3211 TYPE_RAISES_EXCEPTIONS (type)); in cp_build_type_attribute_variant()
3230 return comp_except_specs (TYPE_RAISES_EXCEPTIONS (typea), in cxx_type_hash_eq()
3231 TYPE_RAISES_EXCEPTIONS (typeb), ce_exact); in cxx_type_hash_eq()
HDmethod.c934 tree raises = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)); in process_subob_fn()
1640 tree eh_spec = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (implicit_fn)); in defaulted_late_check()
1641 if (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn))) in defaulted_late_check()
1644 if (!comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)), in defaulted_late_check()
HDdecl2.c129 raises = TYPE_RAISES_EXCEPTIONS (fntype); in build_memfn_type()
151 tree raises = TYPE_RAISES_EXCEPTIONS (fntype); in change_return_type()
275 if (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn))) in maybe_retrofit_in_chrg()
277 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn))); in maybe_retrofit_in_chrg()
1514 TYPE_RAISES_EXCEPTIONS (type)); in coerce_new_type()
1552 TYPE_RAISES_EXCEPTIONS (type)); in coerce_delete_type()
HDexcept.c1274 tree spec = TYPE_RAISES_EXCEPTIONS (type); in type_noexcept_p()
1288 tree spec = TYPE_RAISES_EXCEPTIONS (type); in type_throw_all_p()
HDsearch.c1932 base_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (basefn)); in check_final_overrider()
1933 over_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (overrider)); in check_final_overrider()
HDerror.c837 dump_exception_spec (TYPE_RAISES_EXCEPTIONS (t), flags); in dump_type_suffix()
1350 exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (t)); in dump_function_decl()
HDtypeck2.c1908 for (raises = TYPE_RAISES_EXCEPTIONS (fntype); raises; in require_complete_eh_spec_types()
HDtypeck.c837 raises = merge_exception_specifiers (TYPE_RAISES_EXCEPTIONS (t1), in merge_types()
838 TYPE_RAISES_EXCEPTIONS (t2), in merge_types()
849 tree raises = merge_exception_specifiers (TYPE_RAISES_EXCEPTIONS (t1), in merge_types()
850 TYPE_RAISES_EXCEPTIONS (t2), in merge_types()
HDdecl.c1126 new_exceptions = TYPE_RAISES_EXCEPTIONS (new_type); in check_redeclaration_exception_specification()
1128 old_exceptions = TYPE_RAISES_EXCEPTIONS (old_type); in check_redeclaration_exception_specification()
12634 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (decl))); in check_function_type()
13458 finish_eh_spec_block (TYPE_RAISES_EXCEPTIONS in finish_function()
13914 (fntype, TYPE_RAISES_EXCEPTIONS (memfntype))); in static_fn_type()
HDcxx-pretty-print.c1460 tree ex_spec = TYPE_RAISES_EXCEPTIONS (t); in pp_cxx_exception_specification()
HDname-lookup.c855 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (x)); in pushdecl_maybe_friend_1()
857 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (previous)); in pushdecl_maybe_friend_1()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDptree.c91 if (TYPE_RAISES_EXCEPTIONS (node)) in cxx_print_type()
92 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4); in cxx_print_type()
HDmethod.c1256 tree raises = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn));
1870 (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (decl)), in maybe_explain_implicit_delete()
2039 raises = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (inherited_ctor)); in implicitly_declare_fn()
2185 tree eh_spec = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (implicit_fn)); in defaulted_late_check()
2211 tree fn_spec = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)); in defaulted_late_check()
2279 tree fn_spec = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)); in after_nsdmi_defaulted_late_checks()
2284 if (!comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)), in after_nsdmi_defaulted_late_checks()
HDtree.c1307 result = build_exception_variant (result, TYPE_RAISES_EXCEPTIONS (type)); in cp_build_qualified_type_real()
1488 ? canonical_eh_spec (TYPE_RAISES_EXCEPTIONS (t)) in strip_typedefs()
1491 || TYPE_RAISES_EXCEPTIONS (t) != canon_spec); in strip_typedefs()
2105 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (cand), in cp_check_qualified_type()
2121 tree raises = TYPE_RAISES_EXCEPTIONS (type); in build_ref_qualified_type()
2668 if (comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (type), ce_exact)) in build_exception_variant()
2679 TYPE_RAISES_EXCEPTIONS (v) = raises; in build_exception_variant()
4770 TYPE_RAISES_EXCEPTIONS (type)); in cp_build_type_attribute_variant()
4792 return comp_except_specs (TYPE_RAISES_EXCEPTIONS (typea), in cxx_type_hash_eq()
4793 TYPE_RAISES_EXCEPTIONS (typeb), ce_exact); in cxx_type_hash_eq()
[all …]
HDexcept.c1170 tree spec = TYPE_RAISES_EXCEPTIONS (type); in type_noexcept_p()
1184 tree spec = TYPE_RAISES_EXCEPTIONS (type); in type_throw_all_p()
HDdecl2.c171 raises = TYPE_RAISES_EXCEPTIONS (fntype); in build_memfn_type()
198 tree raises = TYPE_RAISES_EXCEPTIONS (fntype); in change_return_type()
329 if (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn))) in maybe_retrofit_in_chrg()
331 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn))); in maybe_retrofit_in_chrg()
1753 TYPE_RAISES_EXCEPTIONS (type)); in coerce_new_type()
1791 TYPE_RAISES_EXCEPTIONS (type)); in coerce_delete_type()
HDmangle.c422 tree r = canonical_eh_spec (TYPE_RAISES_EXCEPTIONS (orig)); in canonicalize_for_substitution()
2130 tree r = TYPE_RAISES_EXCEPTIONS (type); in write_type()
2161 TYPE_RAISES_EXCEPTIONS (type_orig)); in write_type()
2688 write_exception_spec (TYPE_RAISES_EXCEPTIONS (type)); in write_function_type()
HDsearch.c1947 base_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (basefn)); in check_final_overrider()
1948 over_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (overrider)); in check_final_overrider()
HDtypeck.c856 raises = merge_exception_specifiers (TYPE_RAISES_EXCEPTIONS (t1), in merge_types()
857 TYPE_RAISES_EXCEPTIONS (t2)); in merge_types()
869 tree raises = merge_exception_specifiers (TYPE_RAISES_EXCEPTIONS (t1), in merge_types()
870 TYPE_RAISES_EXCEPTIONS (t2)); in merge_types()
1276 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (t1), in structural_comptypes()
1277 TYPE_RAISES_EXCEPTIONS (t2), in structural_comptypes()
HDdecl.c1227 tree new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl)); in check_redeclaration_exception_specification()
1228 tree old_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old_decl)); in check_redeclaration_exception_specification()
1240 new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl)); in check_redeclaration_exception_specification()
1241 old_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old_decl)); in check_redeclaration_exception_specification()
14865 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (decl))); in check_function_type()
15770 finish_eh_spec_block (TYPE_RAISES_EXCEPTIONS in finish_function()
16290 (fntype, TYPE_RAISES_EXCEPTIONS (memfntype))); in static_fn_type()
HDerror.c914 dump_exception_spec (pp, TYPE_RAISES_EXCEPTIONS (t), flags); in dump_type_suffix()
1573 exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (t)); in dump_function_decl()
HDtypeck2.c2343 for (raises = TYPE_RAISES_EXCEPTIONS (fntype); raises; in require_complete_eh_spec_types()
HDcxx-pretty-print.c1517 tree ex_spec = TYPE_RAISES_EXCEPTIONS (t); in pp_cxx_exception_specification()
HDpt.c2532 TYPE_RAISES_EXCEPTIONS (old_type)); in copy_default_args_to_explicit_spec()
5613 if (check_for_bare_parameter_packs (TYPE_RAISES_EXCEPTIONS (type))) in push_template_decl_real()
5614 TYPE_RAISES_EXCEPTIONS (type) = NULL_TREE; in push_template_decl_real()
9846 tree spec = TYPE_RAISES_EXCEPTIONS (t); in for_each_template_parm_r()
14094 specs = TYPE_RAISES_EXCEPTIONS (fntype); in tsubst_exception_specification()
22058 tree pspec = TYPE_RAISES_EXCEPTIONS (parm); in unify()
22059 tree aspec = canonical_eh_spec (TYPE_RAISES_EXCEPTIONS (arg)); in unify()
23612 spec = TYPE_RAISES_EXCEPTIONS (fntype); in maybe_instantiate_noexcept()
24577 if (tree spec = TYPE_RAISES_EXCEPTIONS (type)) in dependent_type_p_r()

12