Searched refs:uncaught_exceptions (Results 1 – 16 of 16) sorted by relevance
16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }18 int uncaught_exceptions() noexcept {
51 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }53 int uncaught_exceptions() noexcept {55 __libcpp_verbose_abort("uncaught_exceptions not yet implemented\n");
59 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }61 int uncaught_exceptions() noexcept { return __uncaught_exceptions(); }
41 int uncaught_exceptions() _LIBCXXRT_NOEXCEPT in uncaught_exceptions() function
1575 int uncaught_exceptions() _LIBCXXRT_NOEXCEPT
30 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
34 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
27 using std::uncaught_exceptions;
51 int uncaught_exceptions() noexcept; // C++17
362 "std::uncaught_exceptions()";
363 "std::uncaught_exceptions()";
210 …if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf) && uncaught_exceptions() … in ~sentry()
11656 bool uncaught_exceptions();11708 if ( !uncaught_exceptions() && !m_moved ){ in ~ScopedMessage()11771 if ( !uncaught_exceptions() ){ in ~Capturer()12946 if( uncaught_exceptions() ) in ~Section()15012 bool uncaught_exceptions() { in uncaught_exceptions() function15014 return std::uncaught_exceptions() > 0; in uncaught_exceptions()
3083 SYMBOL(uncaught_exceptions, std::, <exception>)