Home
last modified time | relevance | path

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

/third_party/boost/libs/core/doc/
Duncaught_exceptions.qbk8 [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())
Dcore.qbk66 [include uncaught_exceptions.qbk]
/third_party/boost/libs/core/test/
Duncaught_exceptions_np.cpp32 ~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()
Duncaught_exceptions.cpp29 ~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()
DJamfile.v2212 run uncaught_exceptions.cpp
/third_party/boost/boost/core/
Duncaught_exceptions.hpp125 inline unsigned int uncaught_exceptions() BOOST_NOEXCEPT in uncaught_exceptions() function
129 return static_cast< unsigned int >(std::uncaught_exceptions()); in uncaught_exceptions()
/third_party/boost/boost/archive/impl/
Dbasic_text_oprimitive.ipp20 #include <boost/core/uncaught_exceptions.hpp>
110 if(boost::core::uncaught_exceptions() > 0)
Dxml_oarchive_impl.ipp22 #include <boost/core/uncaught_exceptions.hpp>
132 if(boost::core::uncaught_exceptions() > 0)
Dxml_woarchive_impl.ipp34 #include <boost/core/uncaught_exceptions.hpp>
141 if(boost::core::uncaught_exceptions() > 0)
Dxml_wiarchive_impl.ipp29 #include <boost/core/uncaught_exceptions.hpp>
177 if(boost::core::uncaught_exceptions() > 0)
Dxml_iarchive_impl.ipp36 #include <boost/core/uncaught_exceptions.hpp>
189 if(boost::core::uncaught_exceptions() > 0)
/third_party/boost/boost/contract/detail/
Dexception.hpp22 return std::uncaught_exceptions() > 0; in uncaught_exception()
/third_party/boost/boost/log/detail/
Dformat.hpp280 …_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()
/third_party/boost/libs/core/doc/html/
Dstandalone_HTML.manifest35 core/uncaught_exceptions.html
/third_party/boost/boost/log/sources/
Drecord_ostream.hpp509 m_ExceptionCount(boost::core::uncaught_exceptions()) in record_pump()
528 if (m_ExceptionCount >= boost::core::uncaught_exceptions()) in BOOST_NOEXCEPT_IF()
/third_party/boost/libs/mpi/src/
Denvironment.cpp141 if (boost::core::uncaught_exceptions() > 0 && abort_on_exception) { in ~environment()
/third_party/boost/boost/mpi/
Doperations.hpp306 if (boost::core::uncaught_exceptions() > 0) { in ~user_op()
/third_party/boost/libs/contract/doc/
Drelease_notes.qbk17 # Using `std::uncaught_exceptions` on C++17 compilers onward (instead of the now obsolete `std::unc…
Dcontract_programming_overview.qbk630 if(std::uncaught_exceptions() == 0) { // Check only if no throw.
/third_party/json/test/thirdparty/doctest/
Ddoctest.h3565 if(std::uncaught_exceptions() > 0
3905 if(std::uncaught_exceptions() > 0) {