Searched refs:uncaught_exception (Results 1 – 10 of 10) sorted by relevance
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()
42 assert(std::uncaught_exception() == 0); in main()
109 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; } in uncaught_exception() function124 # warning uncaught_exception not yet implemented in uncaught_exceptions()
51 bool uncaught_exception() noexcept;118 _LIBCPP_FUNC_VIS bool uncaught_exception() _NOEXCEPT;
260 && !uncaught_exception())
1572 return !!__ZSt18uncaught_exceptionv.uncaught_exception;1682 __ZSt18uncaught_exceptionv.uncaught_exception = 1;1684 __ZSt18uncaught_exceptionv.uncaught_exception++;
1525 return !!__ZSt18uncaught_exceptionv.uncaught_exception;1635 __ZSt18uncaught_exceptionv.uncaught_exception = 1;1637 __ZSt18uncaught_exceptionv.uncaught_exception++;5170 __ZSt18uncaught_exceptionv.uncaught_exception--;
5987 return !!__ZSt18uncaught_exceptionv.uncaught_exception;6097 __ZSt18uncaught_exceptionv.uncaught_exception = 1;6099 __ZSt18uncaught_exceptionv.uncaught_exception++;
37608 FUNC 52854 10 0 std::uncaught_exception()
39107 FUNC 7a9b0 20 0 std::uncaught_exception