Home
last modified time | relevance | path

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

12

/openbsd/gnu/gcc/gcc/cp/
H A Dptree.c79 if (TYPE_RAISES_EXCEPTIONS (node)) in cxx_print_type()
80 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4); in cxx_print_type()
H A Dtree.c972 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (v), 1)) in build_exception_variant()
977 TYPE_RAISES_EXCEPTIONS (v) = raises; in build_exception_variant()
1948 && (TYPE_RAISES_EXCEPTIONS (new_type) in cp_build_type_attribute_variant()
1949 != TYPE_RAISES_EXCEPTIONS (type))) in cp_build_type_attribute_variant()
1951 TYPE_RAISES_EXCEPTIONS (type)); in cp_build_type_attribute_variant()
H A Ddecl2.c126 raises = TYPE_RAISES_EXCEPTIONS (fntype); in build_memfn_type()
228 if (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn))) in maybe_retrofit_in_chrg()
230 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn))); in maybe_retrofit_in_chrg()
1173 TYPE_RAISES_EXCEPTIONS (type)); in coerce_new_type()
1211 TYPE_RAISES_EXCEPTIONS (type)); in coerce_delete_type()
H A Dmethod.c838 tree fn_raises = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)); in synthesize_exception_spec()
858 tree fn_raises = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)); in synthesize_exception_spec()
H A Dsearch.c1815 tree over_throw = TYPE_RAISES_EXCEPTIONS (over_type); in check_final_overrider()
1816 tree base_throw = TYPE_RAISES_EXCEPTIONS (base_type); in check_final_overrider()
H A Derror.c622 dump_exception_spec (TYPE_RAISES_EXCEPTIONS (t), flags); in dump_type_suffix()
1061 dump_exception_spec (TYPE_RAISES_EXCEPTIONS (fntype), flags); in dump_function_decl()
H A Dtypeck2.c1477 for (raises = TYPE_RAISES_EXCEPTIONS (fntype); raises; in require_complete_eh_spec_types()
H A Dcp-tree.h1474 #define TYPE_RAISES_EXCEPTIONS(NODE) TYPE_LANG_SLOT_1 (NODE) macro
1478 (TYPE_RAISES_EXCEPTIONS (NODE) \
1479 && TREE_VALUE (TYPE_RAISES_EXCEPTIONS (NODE)) == NULL_TREE)
H A Ddecl.c1077 new_exceptions = TYPE_RAISES_EXCEPTIONS (new_type); in check_redeclaration_exception_specification()
1079 old_exceptions = TYPE_RAISES_EXCEPTIONS (old_type); in check_redeclaration_exception_specification()
10476 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (decl))); in check_function_type()
10872 && TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)) in use_eh_spec_block()
11228 finish_eh_spec_block (TYPE_RAISES_EXCEPTIONS in finish_function()
11644 TYPE_RAISES_EXCEPTIONS (function)); in revert_static_member_fn()
H A Dcxx-pretty-print.c1257 tree ex_spec = TYPE_RAISES_EXCEPTIONS (t); in pp_cxx_exception_specification()
H A Dtypeck.c684 if ((raises = TYPE_RAISES_EXCEPTIONS (t2))) in merge_types()
688 raises = TYPE_RAISES_EXCEPTIONS (t1); in merge_types()
707 tree raises = TYPE_RAISES_EXCEPTIONS (t1); in merge_types()
H A Dclass.c3776 exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (clone)); in build_clone()
3959 tree exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (clone)); in adjust_clone_args()
H A Dpt.c1776 TYPE_RAISES_EXCEPTIONS (old_type)); in copy_default_args_to_explicit_spec()
7204 specs = TYPE_RAISES_EXCEPTIONS (fntype); in tsubst_exception_specification()
12151 tsubst (TYPE_RAISES_EXCEPTIONS (type), gen_args, in instantiate_decl()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dptree.c90 if (TYPE_RAISES_EXCEPTIONS (node))
91 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4);
H A Dmethod.c838 tree fn_raises = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn));
858 tree fn_raises = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn));
H A Ddecl2.c133 tree raises = TYPE_RAISES_EXCEPTIONS (fntype);
321 if (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)))
323 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)));
1515 TYPE_RAISES_EXCEPTIONS (type));
1550 TYPE_RAISES_EXCEPTIONS (type));
H A Ddecl.c3787 && (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (newdecl))
3788 != TYPE_RAISES_EXCEPTIONS (TREE_TYPE (olddecl))))
3791 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (newdecl)));
3793 TYPE_RAISES_EXCEPTIONS (oldtype));
3798 && !comp_except_specs (TYPE_RAISES_EXCEPTIONS (TREE_TYPE (newdecl)),
3799 TYPE_RAISES_EXCEPTIONS (TREE_TYPE (olddecl)), 1))
14282 TYPE_RAISES_EXCEPTIONS (fntype));
14740 && TYPE_RAISES_EXCEPTIONS (TREE_TYPE (current_function_decl)))
15007 && TYPE_RAISES_EXCEPTIONS (TREE_TYPE (current_function_decl)))
15008 finish_eh_spec_block (TYPE_RAISES_EXCEPTIONS
[all …]
H A Dtree.c1108 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (v), 1))
1113 TYPE_RAISES_EXCEPTIONS (v) = raises;
H A Dsearch.c2041 tree over_throw = TYPE_RAISES_EXCEPTIONS (over_type);
2042 tree base_throw = TYPE_RAISES_EXCEPTIONS (base_type);
H A Dtypeck2.c1478 for (raises = TYPE_RAISES_EXCEPTIONS (fntype); raises;
H A Derror.c742 dump_exception_spec (TYPE_RAISES_EXCEPTIONS (t), flags);
1175 dump_exception_spec (TYPE_RAISES_EXCEPTIONS (fntype), flags);
H A Dcp-tree.h1745 #define TYPE_RAISES_EXCEPTIONS(NODE) TYPE_BINFO (NODE) macro
1749 (TYPE_RAISES_EXCEPTIONS (NODE) \
1750 && TREE_VALUE (TYPE_RAISES_EXCEPTIONS (NODE)) == NULL_TREE)
H A Dtypeck.c657 if ((raises = TYPE_RAISES_EXCEPTIONS (t2)))
661 raises = TYPE_RAISES_EXCEPTIONS (t1);
680 tree raises = TYPE_RAISES_EXCEPTIONS (t1);
H A Dpt.c1450 TYPE_RAISES_EXCEPTIONS (old_type));
7054 raises = TYPE_RAISES_EXCEPTIONS (t);
10436 tsubst (TYPE_RAISES_EXCEPTIONS (type), gen_args,
H A Dclass.c4103 exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (clone));
4289 tree exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (clone));

12