Searched refs:uncaught_exceptions (Results 1 – 8 of 8) sorted by relevance
16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }18 int uncaught_exceptions() noexcept
75 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }77 int uncaught_exceptions() noexcept80 fprintf(stderr, "uncaught_exceptions not yet implemented\n");
79 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }81 int uncaught_exceptions() noexcept {
51 int uncaught_exceptions() noexcept; // C++17134 _LIBCPP_FUNC_VIS _LIBCPP_AVAILABILITY_UNCAUGHT_EXCEPTIONS int uncaught_exceptions() _NOEXCEPT;
98 // This controls the availability of std::uncaught_exceptions().
392 "std::uncaught_exceptions()";
1521 int uncaught_exceptions() throw()
11656 bool uncaught_exceptions();11708 if ( !uncaught_exceptions() && !m_moved ){ in ~ScopedMessage()11771 if ( !uncaught_exceptions() ){ in ~Capturer()12946 if( uncaught_exceptions() ) in ~Section()15012 bool uncaught_exceptions() { in uncaught_exceptions() function15014 return std::uncaught_exceptions() > 0; in uncaught_exceptions()