Searched refs:uncaught_exceptions (Results 1 – 12 of 12) sorted by relevance
25 ~Uncaught() { assert(std::uncaught_exceptions() == d_); } in ~Uncaught()33 assert(std::uncaught_exceptions() == d_); in ~Outer()43 assert(std::uncaught_exceptions() == 0); in main()48 assert(std::uncaught_exceptions() == 0); in main()55 assert(std::uncaught_exceptions() == 0); in main()58 assert(std::uncaught_exceptions() == 0); in main()
7 with calls to ``std::uncaught_exceptions``, since ``std::uncaught_exception``59 res = std::uncaught_exceptions();61 using std::uncaught_exceptions;63 res = uncaught_exceptions();
16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }18 int uncaught_exceptions() noexcept {
51 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }53 int uncaught_exceptions() noexcept {55 __libcpp_verbose_abort("uncaught_exceptions not yet implemented\n");
59 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }61 int uncaught_exceptions() noexcept { return __uncaught_exceptions(); }
15 int uncaught_exceptions() { in uncaught_exceptions() function
34 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
27 using std::uncaught_exceptions;
51 int uncaught_exceptions() noexcept; // C++17
7 "`N4259 <https://wg21.link/N4259>`__","Wording for std::uncaught_exceptions","2014-11 (Urbana)","|Complete|","3.7","``std::uncaught_exception`` is deprecated since LLVM 20"
973 * r333467 - Fix embarrasing typo in uncaught_exceptions.977 for std::uncaught_exception and std::uncaught_exceptions haven't changed,
3083 SYMBOL(uncaught_exceptions, std::, <exception>)