Home
last modified time | relevance | path

Searched refs:uncaught_exception (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dexception.d52 bool uncaught_exception() nothrow;
57 deprecated bool uncaught_exception() nothrow;
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/runtime/
H A Dexception_fallback.ipp75 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
79 #warning uncaught_exception not yet implemented
H A Dexception_libcxxabi.ipp16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
H A Dexception_msvc.ipp79 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dexception119 * 2: 'When `uncaught_exception()` is true, throwing an
124 bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
130 * @see uncaught_exception()
H A Deh_catch.cc137 std::uncaught_exception() throw() in uncaught_exception() function in std
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dexception101 * 2: 'When @c uncaught_exception() is true, throwing an
106 bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
H A Deh_catch.cc137 std::uncaught_exception() throw() in uncaught_exception() function in std
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dexception50 bool uncaught_exception() noexcept;
133 _LIBCPP_FUNC_VIS bool uncaught_exception() _NOEXCEPT;
H A Dostream278 && !uncaught_exception())
/netbsd-src/external/bsd/libc++/dist/libcxxrt/test/
H A Dtest_exception.cc199 if (std::uncaught_exception()) in ~uncaught_exception_checker()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dostream460 * @c std::uncaught_exception() is true, the sentry destructor calls
466 if (bool(_M_os.flags() & ios_base::unitbuf) && !uncaught_exception())
H A Dcondition_variable261 if (uncaught_exception())
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dostream459 * @c std::uncaught_exception() is true, the sentry destructor calls
465 if (bool(_M_os.flags() & ios_base::unitbuf) && !uncaught_exception())
H A Dcondition_variable273 if (uncaught_exception())
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc1498 bool uncaught_exception() throw()
/netbsd-src/external/apache2/llvm/dist/libcxx/lib/abi/
H A DCHANGELOG.TXT757 for std::uncaught_exception and std::uncaught_exceptions haven't changed,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver1066 # std::uncaught_exception()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver1082 # std::uncaught_exception()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20171210 * libsupc++/exception (uncaught_exception): Deprecate for C++17.
1212 * testsuite/18_support/uncaught_exception/14026.cc: Likewise.
H A DChangeLog4508 * libsupc++/exception (uncaught_exception): Add suggestion to
H A DChangeLog-20153990 * libsupc++/eh_catch.cc (uncaught_exception, uncaught_exceptions):
H A DChangeLog-20015850 (uncaught_exception): Same.
H A DChangeLog-20094162 (uncaught_exception): Mark pure.
5575 * testsuite/18_support/uncaught_exception/14026.cc: Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-1998257 (uncaught_exception): Use CP_EH_INFO macro.
3811 (__uncatch_exception, __check_eh_spec, std::uncaught_exception): Call

12