Home
last modified time | relevance | path

Searched refs:base_throw (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc1898 tree base_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (basefn)); in maybe_check_overriding_exception_spec() local
1906 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c1882 tree base_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (basefn)); in maybe_check_overriding_exception_spec() local
1890 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()