Home
last modified time | relevance | path

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

/freebsd/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.ipp53 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
55 int uncaught_exceptions() noexcept {
57 fprintf(stderr, "uncaught_exceptions not yet implemented\n");
H A Dexception_msvc.ipp62 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
64 int uncaught_exceptions() noexcept { return __uncaught_exceptions(); }
/freebsd/contrib/libcxxrt/
H A Dnoexception.cc41 int uncaught_exceptions() _LIBCXXRT_NOEXCEPT in uncaught_exceptions() function
H A Dexception.cc1575 int uncaught_exceptions() _LIBCXXRT_NOEXCEPT
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Doperations.h33 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dexception.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dexception51 int uncaught_exceptions() noexcept; // C++17
/freebsd/lib/libcxxrt/
H A DVersion.map362 "std::uncaught_exceptions()";
H A DVersion.map.arm363 "std::uncaught_exceptions()";
/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3014 SYMBOL(uncaught_exceptions, std::, <exception>)