Searched refs:new_exceptions (Results 1 – 2 of 2) sorted by relevance
1227 tree new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl)); in check_redeclaration_exception_specification() local1231 if (UNEVALUATED_NOEXCEPT_SPEC_P (new_exceptions) in check_redeclaration_exception_specification()1240 new_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (new_decl)); in check_redeclaration_exception_specification()1250 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()
1122 tree new_exceptions; in check_redeclaration_exception_specification() local1126 new_exceptions = TYPE_RAISES_EXCEPTIONS (new_type); in check_redeclaration_exception_specification()1139 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()