Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c1174 tree old_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old_decl)); in check_redeclaration_exception_specification() local
1178 && UNEVALUATED_NOEXCEPT_SPEC_P (old_exceptions)) in check_redeclaration_exception_specification()
1187 old_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old_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.cc1226 tree old_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old_decl)); in check_redeclaration_exception_specification() local
1230 && UNEVALUATED_NOEXCEPT_SPEC_P (old_exceptions)) in check_redeclaration_exception_specification()
1239 old_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old_decl)); in check_redeclaration_exception_specification()
1249 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()