/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; } 77 int uncaught_exceptions() noexcept 80 fprintf(stderr, "uncaught_exceptions not yet implemented\n");
|
H A D | exception_libcxxabi.ipp | 16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; } 18 int uncaught_exceptions() noexcept
|
H A D | exception_msvc.ipp | 79 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; } 81 int uncaught_exceptions() noexcept {
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | eh_catch.cc | 148 std::uncaught_exceptions() throw() in uncaught_exceptions() function in std
|
H A D | exception | 123 _GLIBCXX17_DEPRECATED_SUGGEST("std::uncaught_exceptions()") 132 int uncaught_exceptions() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | eh_catch.cc | 148 std::uncaught_exceptions() throw() in uncaught_exceptions() function in std
|
H A D | exception | 111 int uncaught_exceptions() _GLIBCXX_USE_NOEXCEPT __attribute__ ((__pure__));
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/ |
H A D | exception.d | 62 int uncaught_exceptions() nothrow;
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | exception | 51 int uncaught_exceptions() noexcept; // C++17 134 _LIBCPP_FUNC_VIS _LIBCPP_AVAILABILITY_UNCAUGHT_EXCEPTIONS int uncaught_exceptions() _NOEXCEPT;
|
H A D | __availability | 98 // This controls the availability of std::uncaught_exceptions().
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/test/ |
H A D | test_exception.cc | 271 int uncaught = std::uncaught_exceptions(); in ~uncaught_exceptions_checker()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/lib/abi/ |
H A D | CHANGELOG.TXT | 753 * r333467 - Fix embarrasing typo in uncaught_exceptions. 757 for std::uncaught_exception and std::uncaught_exceptions haven't changed,
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A D | exception.cc | 1507 int uncaught_exceptions() throw()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
H A D | Cxx1zStatusPaperStatus.csv | 7 "`N4259 <https://wg21.link/n4259>`__","CWG","Wording for std::uncaught_exceptions","Urbana","|Compl…
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2015 | 3961 * libsupc++/exception (uncaught_exceptions): Add comment. Reorder #if. 3962 * testsuite/18_support/uncaught_exceptions/uncaught_exceptions.cc: 3990 * libsupc++/eh_catch.cc (uncaught_exception, uncaught_exceptions): 3999 Add support for std::uncaught_exceptions. 4003 * libsupc++/eh_catch.cc (uncaught_exceptions): New. 4004 * libsupc++/exception (uncaught_exceptions): New. 4005 * testsuite/18_support/uncaught_exceptions/uncaught_exceptions.cc: New.
|
H A D | ChangeLog-2017 | 1298 * testsuite/18_support/uncaught_exceptions/uncaught_exceptions.cc:
|
H A D | ChangeLog-2020 | 4589 * testsuite/18_support/uncaught_exceptions/uncaught_exceptions.cc:
|
H A D | ChangeLog-2021 | 5521 * testsuite/18_support/uncaught_exceptions/uncaught_exceptions.cc:
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 1964 # std::uncaught_exceptions()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 2000 # std::uncaught_exceptions()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2020 | 7906 std::uncaught_exceptions instead of deprecated
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | NEWS | 4671 + std::uncaught_exceptions function (this is also available for
|
H A D | MD5SUMS | 93079 …c62379a8c649236297579 libstdc++-v3/testsuite/18_support/uncaught_exceptions/uncaught_exceptions.cc
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | NEWS | 6547 + std::uncaught_exceptions function (this is also available for
|
H A D | MD5SUMS | 107129 …2e5800b6607de94d5b7ed libstdc++-v3/testsuite/18_support/uncaught_exceptions/uncaught_exceptions.cc
|