/openbsd/gnu/gcc/gcc/cp/ |
H A D | ptree.c | 79 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 D | tree.c | 972 && 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 D | decl2.c | 126 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 D | method.c | 838 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 D | search.c | 1815 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 D | error.c | 622 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 D | typeck2.c | 1477 for (raises = TYPE_RAISES_EXCEPTIONS (fntype); raises; in require_complete_eh_spec_types()
|
H A D | cp-tree.h | 1474 #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 D | decl.c | 1077 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 D | cxx-pretty-print.c | 1257 tree ex_spec = TYPE_RAISES_EXCEPTIONS (t); in pp_cxx_exception_specification()
|
H A D | typeck.c | 684 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 D | class.c | 3776 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 D | pt.c | 1776 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 D | ptree.c | 90 if (TYPE_RAISES_EXCEPTIONS (node)) 91 print_node (file, "throws", TYPE_RAISES_EXCEPTIONS (node), indent + 4);
|
H A D | method.c | 838 tree fn_raises = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn)); 858 tree fn_raises = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (fn));
|
H A D | decl2.c | 133 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 D | decl.c | 3787 && (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 D | tree.c | 1108 && comp_except_specs (raises, TYPE_RAISES_EXCEPTIONS (v), 1)) 1113 TYPE_RAISES_EXCEPTIONS (v) = raises;
|
H A D | search.c | 2041 tree over_throw = TYPE_RAISES_EXCEPTIONS (over_type); 2042 tree base_throw = TYPE_RAISES_EXCEPTIONS (base_type);
|
H A D | typeck2.c | 1478 for (raises = TYPE_RAISES_EXCEPTIONS (fntype); raises;
|
H A D | error.c | 742 dump_exception_spec (TYPE_RAISES_EXCEPTIONS (t), flags); 1175 dump_exception_spec (TYPE_RAISES_EXCEPTIONS (fntype), flags);
|
H A D | cp-tree.h | 1745 #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 D | typeck.c | 657 if ((raises = TYPE_RAISES_EXCEPTIONS (t2))) 661 raises = TYPE_RAISES_EXCEPTIONS (t1); 680 tree raises = TYPE_RAISES_EXCEPTIONS (t1);
|
H A D | pt.c | 1450 TYPE_RAISES_EXCEPTIONS (old_type)); 7054 raises = TYPE_RAISES_EXCEPTIONS (t); 10436 tsubst (TYPE_RAISES_EXCEPTIONS (type), gen_args,
|
H A D | class.c | 4103 exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (clone)); 4289 tree exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (clone));
|