Searched refs:UNEVALUATED_NOEXCEPT_SPEC_P (Results 1 – 4 of 4) sorted by relevance
2291 if (UNEVALUATED_NOEXCEPT_SPEC_P (add) in merge_exception_specifiers()2292 && UNEVALUATED_NOEXCEPT_SPEC_P (list)) in merge_exception_specifiers()
2217 else if (UNEVALUATED_NOEXCEPT_SPEC_P (fn_spec)) in defaulted_late_check()2280 if (UNEVALUATED_NOEXCEPT_SPEC_P (fn_spec)) in after_nsdmi_defaulted_late_checks()
1231 if (UNEVALUATED_NOEXCEPT_SPEC_P (new_exceptions) in check_redeclaration_exception_specification()1232 && UNEVALUATED_NOEXCEPT_SPEC_P (old_exceptions)) in check_redeclaration_exception_specification()
1133 #define UNEVALUATED_NOEXCEPT_SPEC_P(NODE) \ macro