Searched refs:new_exceptions (Results 1 – 2 of 2) sorted by relevance
1173 tree new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl)); in check_redeclaration_exception_specification() local1177 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()
1225 tree new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl)); in check_redeclaration_exception_specification() local1229 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()