Searched refs:old_exceptions (Results 1 – 2 of 2) sorted by relevance
1228 tree old_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old_decl)); in check_redeclaration_exception_specification() local1232 && UNEVALUATED_NOEXCEPT_SPEC_P (old_exceptions)) in check_redeclaration_exception_specification()1241 old_exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (old_decl)); in check_redeclaration_exception_specification()1250 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()
1123 tree old_exceptions; in check_redeclaration_exception_specification() local1128 old_exceptions = TYPE_RAISES_EXCEPTIONS (old_type); in check_redeclaration_exception_specification()1139 && !comp_except_specs (new_exceptions, old_exceptions, ce_normal)) in check_redeclaration_exception_specification()