Searched refs:base_throw (Results 1 – 2 of 2) sorted by relevance
1898 tree base_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (basefn)); in maybe_check_overriding_exception_spec() local1906 if (UNPARSED_NOEXCEPT_SPEC_P (base_throw) in maybe_check_overriding_exception_spec()1910 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in maybe_check_overriding_exception_spec()
1882 tree base_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (basefn)); in maybe_check_overriding_exception_spec() local1890 if (UNPARSED_NOEXCEPT_SPEC_P (base_throw) in maybe_check_overriding_exception_spec()1894 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in maybe_check_overriding_exception_spec()