Home
last modified time | relevance | path

Searched refs:over_throw (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.c1883 tree over_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (overrider)); in maybe_check_overriding_exception_spec() local
1891 || UNPARSED_NOEXCEPT_SPEC_P (over_throw)) in maybe_check_overriding_exception_spec()
1894 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in maybe_check_overriding_exception_spec()
H A Dsearch.cc1899 tree over_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (overrider)); in maybe_check_overriding_exception_spec() local
1907 || UNPARSED_NOEXCEPT_SPEC_P (over_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/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c1883 tree over_throw = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (overrider)); in maybe_check_overriding_exception_spec() local
1891 || UNPARSED_NOEXCEPT_SPEC_P (over_throw)) in maybe_check_overriding_exception_spec()
1894 if (!comp_except_specs (base_throw, over_throw, ce_derived)) in maybe_check_overriding_exception_spec()