Searched refs:uncaught_exceptions (Results 1 – 20 of 20) sorted by relevance
8 [section:uncaught_exceptions uncaught_exceptions]16 [section Header <boost/core/uncaught_exceptions.hpp>]18 The header `<boost/core/uncaught_exceptions.hpp>` defines the `boost::core::uncaught_exceptions` fu…25 `boost::core::uncaught_exceptions` returns a non-zero value if at least one exception is pending (i…37 my_class() : m_exception_count(boost::core::uncaught_exceptions())43 if (m_exception_count == boost::core::uncaught_exceptions())
66 [include uncaught_exceptions.qbk]
32 ~exception_watcher2() { m_count = boost::core::uncaught_exceptions(); } in ~exception_watcher2()44 m_count1 = boost::core::uncaught_exceptions(); in ~exception_watcher1()59 const unsigned int root_count = boost::core::uncaught_exceptions(); in test_in_nested_destructors()
29 ~exception_watcher() { m_count = boost::core::uncaught_exceptions(); } in ~exception_watcher()35 const unsigned int root_count = boost::core::uncaught_exceptions(); in test_in_destructor()
212 run uncaught_exceptions.cpp
125 inline unsigned int uncaught_exceptions() BOOST_NOEXCEPT in uncaught_exceptions() function129 return static_cast< unsigned int >(std::uncaught_exceptions()); in uncaught_exceptions()
20 #include <boost/core/uncaught_exceptions.hpp>110 if(boost::core::uncaught_exceptions() > 0)
22 #include <boost/core/uncaught_exceptions.hpp>132 if(boost::core::uncaught_exceptions() > 0)
34 #include <boost/core/uncaught_exceptions.hpp>141 if(boost::core::uncaught_exceptions() > 0)
29 #include <boost/core/uncaught_exceptions.hpp>177 if(boost::core::uncaught_exceptions() > 0)
36 #include <boost/core/uncaught_exceptions.hpp>189 if(boost::core::uncaught_exceptions() > 0)
22 return std::uncaught_exceptions() > 0; in uncaught_exception()
280 …_NOEXCEPT : m_owner(&owner), m_stream(&strm), m_exception_count(boost::core::uncaught_exceptions()) in pump()300 if (m_exception_count >= boost::core::uncaught_exceptions()) in BOOST_NOEXCEPT_IF()
35 core/uncaught_exceptions.html
509 m_ExceptionCount(boost::core::uncaught_exceptions()) in record_pump()528 if (m_ExceptionCount >= boost::core::uncaught_exceptions()) in BOOST_NOEXCEPT_IF()
141 if (boost::core::uncaught_exceptions() > 0 && abort_on_exception) { in ~environment()
306 if (boost::core::uncaught_exceptions() > 0) { in ~user_op()
17 # Using `std::uncaught_exceptions` on C++17 compilers onward (instead of the now obsolete `std::unc…
630 if(std::uncaught_exceptions() == 0) { // Check only if no throw.
3565 if(std::uncaught_exceptions() > 03905 if(std::uncaught_exceptions() > 0) {