Searched refs:uncaught_exception (Results 1 – 19 of 19) sorted by relevance
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; }
18 return std::uncaught_exception(); in uncaught_exceptions()
4 inline bool uncaught_exception() noexcept(true) { in uncaught_exception() function
480 uncaught_exception enumerator692 case failure_type::uncaught_exception: in report()817 o.type = failure_type::uncaught_exception; in run()
51 bool uncaught_exception() noexcept;130 _LIBCPP_FUNC_VIS bool uncaught_exception() _NOEXCEPT;
275 && !uncaught_exception())
48 # remove deprecation warnings about std::uncaught_exception() (from catch)
145 …`libc++` and `libstdc++` (or their runtimes) have a bug with `std::uncaught_exception()` getting s…
387 * Fixed `std::uncaught_exception` deprecation warning (#1124)477 * Implemented a workaround for `std::uncaught_exception` issues in libcxxrt567 …996 warning caused by upcoming updated to MSVC 2017, marking `std::uncaught_exception` as deprecat…
129 …ONFIG_CPP17_UNCAUGHT_EXCEPTIONS // Use std::uncaught_exceptions instead of std::uncaught_exception
135 for std::uncaught_exception and std::uncaught_exceptions haven't changed,
7856 if( std::uncaught_exception() ) in ~Section()
12631 return std::uncaught_exception(); in uncaught_exceptions()
37608 FUNC 52854 10 0 std::uncaught_exception()
39107 FUNC 7a9b0 20 0 std::uncaught_exception