Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/libcxx/src/support/runtime/
HDexception_libcxxabi.ipp16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
18 int uncaught_exceptions() noexcept {
HDexception_fallback.ipp53 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
55 int uncaught_exceptions() noexcept {
57 fprintf(stderr, "uncaught_exceptions not yet implemented\n");
HDexception_msvc.ipp62 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
64 int uncaught_exceptions() noexcept { return __uncaught_exceptions(); }
/freebsd-head/contrib/libcxxrt/
HDnoexception.cc41 int uncaught_exceptions() _LIBCXXRT_NOEXCEPT in uncaught_exceptions() function
HDexception.cc1575 int uncaught_exceptions() _LIBCXXRT_NOEXCEPT
/freebsd-head/contrib/llvm-project/libcxx/include/__exception/
HDoperations.h33 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
/freebsd-head/contrib/llvm-project/libcxx/modules/std/
HDexception.inc25 using std::uncaught_exceptions;
/freebsd-head/contrib/llvm-project/libcxx/include/
HDexception51 int uncaught_exceptions() noexcept; // C++17
/freebsd-head/lib/libcxxrt/
HDVersion.map362 "std::uncaught_exceptions()";
HDVersion.map.arm363 "std::uncaught_exceptions()";
/freebsd-head/contrib/bsnmp/tests/
HDcatch.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-head/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc3014 SYMBOL(uncaught_exceptions, std::, <exception>)