Home
last modified time | relevance | path

Searched refs:nothrow_spec_p (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dexcept.cc1203 nothrow_spec_p (const_tree spec) in nothrow_spec_p() function
1231 return nothrow_spec_p (spec); in type_noexcept_p()
Dtypeck2.cc2535 return nothrow_spec_p (spec); in nothrow_spec_p_uninst()
Dcp-tree.h2791 #define TYPE_NOTHROW_P(NODE) nothrow_spec_p (TYPE_RAISES_EXCEPTIONS (NODE))
7007 extern bool nothrow_spec_p (const_tree);
Dtree.cc2759 else if (nothrow_spec_p (raises)) in canonical_eh_spec()
DChangeLog-20102507 * except.c (nothrow_spec_p, type_noexcept_p): New fns.
DChangeLog-20112911 (nothrow_spec_p, type_noexcept_p, type_throw_all_p): Check
Dpt.cc24808 else if (nothrow_spec_p (pspec) && !nothrow_spec_p (aspec)) in unify()
DChangeLog-20175642 * except.c (nothrow_spec_p): Simplify by checking node-equality.
DChangeLog-20193378 * except.c (nothrow_spec_p): Accept DEFAULT_ARG in the assert.