Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c1173 tree new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl)); in check_redeclaration_exception_specification() local
1177 if (UNEVALUATED_NOEXCEPT_SPEC_P (new_exceptions) in check_redeclaration_exception_specification()
1186 new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl)); in check_redeclaration_exception_specification()
1196 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc1225 tree new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl)); in check_redeclaration_exception_specification() local
1229 if (UNEVALUATED_NOEXCEPT_SPEC_P (new_exceptions) in check_redeclaration_exception_specification()
1238 new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl)); in check_redeclaration_exception_specification()
1249 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()