Searched refs:uncaught_exception (Results 1 – 25 of 43) sorted by relevance
12
25 assert(std::uncaught_exception()); in ~A()34 assert(!std::uncaught_exception()); in B()43 assert(!std::uncaught_exception()); in main()48 assert(!std::uncaught_exception()); in main()50 assert(!std::uncaught_exception()); in main()
20 (void)std::uncaught_exception(); // expected-warning {{'uncaught_exception' is deprecated}} in test()
20 assert(std::uncaught_exception()); in ~A()29 assert(!std::uncaught_exception()); in B()38 assert(!std::uncaught_exception()); in main()43 assert(!std::uncaught_exception()); in main()45 assert(!std::uncaught_exception()); in main()
79 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }83 #warning uncaught_exception not yet implemented
17 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }
80 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }
51 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }54 #warning uncaught_exception not yet implemented
16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
59 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
32 _LIBCPP_EXPORTED_FROM_ABI bool uncaught_exception() _NOEXCEPT;
32 _LIBCPP_EXPORTED_FROM_ABI _LIBCPP_DEPRECATED_IN_CXX17 bool uncaught_exception() _NOEXCEPT;
25 using std::uncaught_exception;
142 return static_cast< unsigned int >(std::uncaught_exception()); in uncaught_exceptions()
480 uncaught_exception enumerator692 case failure_type::uncaught_exception: in report()817 o.type = failure_type::uncaught_exception; in run()
50 bool uncaught_exception() noexcept;
50 bool uncaught_exception() noexcept; // deprecated in C++17, removed in C++20