Searched refs:uncaught_exceptions (Results 1 – 12 of 12) sorted by relevance
16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }18 int uncaught_exceptions() noexcept {
53 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }55 int uncaught_exceptions() noexcept {57 fprintf(stderr, "uncaught_exceptions not yet implemented\n");
62 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }64 int uncaught_exceptions() noexcept { return __uncaught_exceptions(); }
41 int uncaught_exceptions() _LIBCXXRT_NOEXCEPT in uncaught_exceptions() function
1575 int uncaught_exceptions() _LIBCXXRT_NOEXCEPT
33 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
51 int uncaught_exceptions() noexcept; // C++17
362 "std::uncaught_exceptions()";
363 "std::uncaught_exceptions()";
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()
3014 SYMBOL(uncaught_exceptions, std::, <exception>)