Searched refs:uncaught_exception (Results 1 – 16 of 16) sorted by relevance
7 using std::uncaught_exception;11 if (uncaught_exception ()) in ~A()17 if (uncaught_exception ()) in main()22 if (uncaught_exception ()) in main()25 if (uncaught_exception ()) in main()
19 assert(std::uncaught_exception()); in ~A()28 assert(!std::uncaught_exception()); in B()37 assert(!std::uncaught_exception()); in main()42 assert(!std::uncaught_exception()); in main()44 assert(!std::uncaught_exception()); in main()
60 bool uncaught_exception() _GABIXX_NOEXCEPT { in uncaught_exception() function
109 bool uncaught_exception() _NOEXCEPT in uncaught_exception() function118 # warning uncaught_exception not yet implemented in uncaught_exception()
25 _LIBCPP_FUNC_VIS bool uncaught_exception() _NOEXCEPT;
127 using _STLP_VENDOR_UNCAUGHT_EXCEPTION_STD::uncaught_exception;
187 if (!uncaught_exception()) in ~sentry()
105 _res = std::uncaught_exception()?1:0; in ~UncaughtClassTest()
51 bool uncaught_exception() noexcept;121 _LIBCPP_FUNC_VIS bool uncaught_exception() _NOEXCEPT;
248 && !uncaught_exception())
61 bool uncaught_exception() _GABIXX_NOEXCEPT;
781 - Fixed STLport segfault in uncaught_exception().
2022 $(call gen-test, language.support/support.exception/uncaught/uncaught_exception)
2013 $(call gen-test, language.support/support.exception/uncaught/uncaught_exception)