Searched refs:uncaught_exception (Results 1 – 13 of 13) sorted by relevance
53 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }56 #warning uncaught_exception not yet implemented
16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
62 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
33 bool uncaught_exception() _LIBCXXRT_NOEXCEPT in uncaught_exception() function
1566 bool uncaught_exception() _LIBCXXRT_NOEXCEPT
32 _LIBCPP_EXPORTED_FROM_ABI bool uncaught_exception() _NOEXCEPT;
24 using std::uncaught_exception;
50 bool uncaught_exception() noexcept;
306 "std::uncaught_exception()";
305 "std::uncaught_exception()";
155 …if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf) && !uncaught_exception())… in ~sentry()
3013 SYMBOL(uncaught_exception, std::, <exception>)
15016 return std::uncaught_exception(); in uncaught_exceptions()