Home
last modified time | relevance | path

Searched refs:nothrow_libfn_p (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dexcept.c881 nothrow_libfn_p (const_tree fn) in nothrow_libfn_p() function
1039 || nothrow_libfn_p (fn))) in check_noexcept_r()
H A Dcp-tree.h6429 extern int nothrow_libfn_p (const_tree);
H A Ddecl.c9036 if (TYPE_NOTHROW_P (type) || nothrow_libfn_p (decl)) in grokfndecl()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dexcept.c993 nothrow_libfn_p (const_tree fn) in nothrow_libfn_p() function
1141 || nothrow_libfn_p (fn))) in check_noexcept_r()
H A Dcfns.gperf30 # by nothrow_libfn_p.
H A Dcp-tree.h5174 extern int nothrow_libfn_p (const_tree);
H A Ddecl.c7432 if (TYPE_NOTHROW_P (type) || nothrow_libfn_p (decl)) in grokfndecl()