/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/ |
H A D | exception.d | 52 bool uncaught_exception() nothrow; 57 deprecated bool uncaught_exception() nothrow;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/runtime/ |
H A D | exception_fallback.ipp | 75 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; } 79 #warning uncaught_exception not yet implemented
|
H A D | exception_libcxxabi.ipp | 16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
|
H A D | exception_msvc.ipp | 79 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | exception | 119 * 2: 'When `uncaught_exception()` is true, throwing an 124 bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__)); 130 * @see uncaught_exception()
|
H A D | eh_catch.cc | 137 std::uncaught_exception() throw() in uncaught_exception() function in std
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | exception | 101 * 2: 'When @c uncaught_exception() is true, throwing an 106 bool uncaught_exception() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
|
H A D | eh_catch.cc | 137 std::uncaught_exception() throw() in uncaught_exception() function in std
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | exception | 50 bool uncaught_exception() noexcept; 133 _LIBCPP_FUNC_VIS bool uncaught_exception() _NOEXCEPT;
|
H A D | ostream | 278 && !uncaught_exception())
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/test/ |
H A D | test_exception.cc | 199 if (std::uncaught_exception()) in ~uncaught_exception_checker()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | ostream | 460 * @c std::uncaught_exception() is true, the sentry destructor calls 466 if (bool(_M_os.flags() & ios_base::unitbuf) && !uncaught_exception())
|
H A D | condition_variable | 261 if (uncaught_exception())
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | ostream | 459 * @c std::uncaught_exception() is true, the sentry destructor calls 465 if (bool(_M_os.flags() & ios_base::unitbuf) && !uncaught_exception())
|
H A D | condition_variable | 273 if (uncaught_exception())
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A D | exception.cc | 1498 bool uncaught_exception() throw()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/lib/abi/ |
H A D | CHANGELOG.TXT | 757 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 D | gnu.ver | 1066 # std::uncaught_exception()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 1082 # std::uncaught_exception()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2017 | 1210 * libsupc++/exception (uncaught_exception): Deprecate for C++17. 1212 * testsuite/18_support/uncaught_exception/14026.cc: Likewise.
|
H A D | ChangeLog | 4508 * libsupc++/exception (uncaught_exception): Add suggestion to
|
H A D | ChangeLog-2015 | 3990 * libsupc++/eh_catch.cc (uncaught_exception, uncaught_exceptions):
|
H A D | ChangeLog-2001 | 5850 (uncaught_exception): Same.
|
H A D | ChangeLog-2009 | 4162 (uncaught_exception): Mark pure. 5575 * testsuite/18_support/uncaught_exception/14026.cc: Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-1998 | 257 (uncaught_exception): Use CP_EH_INFO macro. 3811 (__uncatch_exception, __check_eh_spec, std::uncaught_exception): Call
|