Searched refs:uncaught_exceptions (Results 1 – 3 of 3) sorted by relevance
19 assert(std::uncaught_exceptions() > 0); in ~A()28 assert(std::uncaught_exceptions() == 0); in B()37 assert(std::uncaught_exceptions() == 0); in main()44 assert(std::uncaught_exceptions() == 0); in main()
109 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; } in uncaught_exception()111 int uncaught_exceptions() _NOEXCEPT in uncaught_exceptions() function
52 int uncaught_exceptions() noexcept; // C++17119 _LIBCPP_FUNC_VIS int uncaught_exceptions() _NOEXCEPT;