Home
last modified time | relevance | path

Searched refs:uncaught_exceptions (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_libcxxabi.ipp16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
18 int uncaught_exceptions() noexcept
H A Dexception_fallback.ipp75 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
77 int uncaught_exceptions() noexcept
80 fprintf(stderr, "uncaught_exceptions not yet implemented\n");
H A Dexception_msvc.ipp79 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
81 int uncaught_exceptions() noexcept {
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dexception51 int uncaught_exceptions() noexcept; // C++17
134 _LIBCPP_FUNC_VIS _LIBCPP_AVAILABILITY_UNCAUGHT_EXCEPTIONS int uncaught_exceptions() _NOEXCEPT;
H A D__availability98 // This controls the availability of std::uncaught_exceptions().
/freebsd-13.1/lib/libcxxrt/
H A DVersion.map392 "std::uncaught_exceptions()";
/freebsd-13.1/contrib/libcxxrt/
H A Dexception.cc1521 int uncaught_exceptions() throw()
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp11656 bool uncaught_exceptions();
11708 if ( !uncaught_exceptions() && !m_moved ){ in ~ScopedMessage()
11771 if ( !uncaught_exceptions() ){ in ~Capturer()
12946 if( uncaught_exceptions() ) in ~Section()
15012 bool uncaught_exceptions() { in uncaught_exceptions() function
15014 return std::uncaught_exceptions() > 0; in uncaught_exceptions()