Searched refs:uncaught_exception (Results 1 – 12 of 12) 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()
103 bool uncaught_exception() _NOEXCEPT in uncaught_exception() function109 #warning uncaught_exception not yet implemented in uncaught_exception()
145 bool uncaught_exception() throw() { in uncaught_exception() function
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;117 _LIBCPP_VISIBLE bool uncaught_exception() _NOEXCEPT;
244 && !uncaught_exception())
59 bool uncaught_exception() throw();