Searched refs:nothrow_spec_p (Results 1 – 9 of 9) sorted by relevance
1203 nothrow_spec_p (const_tree spec) in nothrow_spec_p() function1231 return nothrow_spec_p (spec); in type_noexcept_p()
2535 return nothrow_spec_p (spec); in nothrow_spec_p_uninst()
2791 #define TYPE_NOTHROW_P(NODE) nothrow_spec_p (TYPE_RAISES_EXCEPTIONS (NODE))7007 extern bool nothrow_spec_p (const_tree);
2759 else if (nothrow_spec_p (raises)) in canonical_eh_spec()
2507 * except.c (nothrow_spec_p, type_noexcept_p): New fns.
2911 (nothrow_spec_p, type_noexcept_p, type_throw_all_p): Check
24808 else if (nothrow_spec_p (pspec) && !nothrow_spec_p (aspec)) in unify()
5642 * except.c (nothrow_spec_p): Simplify by checking node-equality.
3378 * except.c (nothrow_spec_p): Accept DEFAULT_ARG in the assert.