Searched refs:uncaught_exceptions (Results 1 – 12 of 12) sorted by relevance
28 ~Uncaught() { assert(std::uncaught_exceptions() == d_); } in ~Uncaught()36 assert(std::uncaught_exceptions() == d_); in ~Outer()46 assert(std::uncaught_exceptions() == 0); in main()51 assert(std::uncaught_exceptions() == 0); in main()58 assert(std::uncaught_exceptions() == 0); in main()61 assert(std::uncaught_exceptions() == 0); in main()
14 bool uncaught_exceptions() { in uncaught_exceptions() function16 return std::uncaught_exceptions() > 0; in uncaught_exceptions()
63 if ( !uncaught_exceptions() && !m_moved ){ in ~ScopedMessage()114 if ( !uncaught_exceptions() ){ in ~Capturer()
12 bool uncaught_exceptions();
25 if( uncaught_exceptions() ) in ~Section()
17 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }19 int uncaught_exceptions() _NOEXCEPT
79 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }81 int uncaught_exceptions() _NOEXCEPT84 fprintf(stderr, "uncaught_exceptions not yet implemented\n");
80 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }82 int uncaught_exceptions() _NOEXCEPT {
52 int uncaught_exceptions() noexcept; // C++17131 _LIBCPP_FUNC_VIS _LIBCPP_AVAILABILITY_UNCAUGHT_EXCEPTIONS int uncaught_exceptions() _NOEXCEPT;
131 * r333467 - Fix embarrasing typo in uncaught_exceptions.135 for std::uncaught_exception and std::uncaught_exceptions haven't changed,
129 …CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS // Use std::uncaught_exceptions instead of std::uncaught_e…
9535 bool uncaught_exceptions();9587 if ( !uncaught_exceptions() && !m_moved ){ in ~ScopedMessage()9637 if ( !uncaught_exceptions() ){ in ~Capturer()10744 if( uncaught_exceptions() ) in ~Section()12627 bool uncaught_exceptions() { in uncaught_exceptions() function12629 return std::uncaught_exceptions() > 0; in uncaught_exceptions()