Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_fallback.ipp53 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
56 #warning uncaught_exception not yet implemented
H A Dexception_libcxxabi.ipp16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
H A Dexception_msvc.ipp62 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
/src/contrib/libcxxrt/
H A Dnoexception.cc33 bool uncaught_exception() _LIBCXXRT_NOEXCEPT in uncaught_exception() function
H A Dexception.cc1566 bool uncaught_exception() _LIBCXXRT_NOEXCEPT
/src/contrib/llvm-project/libcxx/include/__exception/
H A Doperations.h32 _LIBCPP_EXPORTED_FROM_ABI bool uncaught_exception() _NOEXCEPT;
/src/contrib/llvm-project/libcxx/modules/std/
H A Dexception.inc24 using std::uncaught_exception;
/src/contrib/llvm-project/libcxx/include/
H A Dexception50 bool uncaught_exception() noexcept;
/src/lib/libcxxrt/
H A DVersion.map.arm306 "std::uncaught_exception()";
H A DVersion.map305 "std::uncaught_exception()";
/src/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h155 …if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf) && !uncaught_exception())… in ~sentry()
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3013 SYMBOL(uncaught_exception, std::, <exception>)
/src/contrib/bsnmp/tests/
H A Dcatch.hpp15016 return std::uncaught_exception(); in uncaught_exceptions()