Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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())
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.exception/uncaught/
H A Duncaught_exceptions.pass.cpp27 ~Uncaught() { assert(std::uncaught_exceptions() == d_); } in ~Uncaught()
35 assert(std::uncaught_exceptions() == d_); in ~Outer()
45 assert(std::uncaught_exceptions() == 0); in main()
50 assert(std::uncaught_exceptions() == 0); in main()
57 assert(std::uncaught_exceptions() == 0); in main()
60 assert(std::uncaught_exceptions() == 0); in main()
/aosp_15_r20/external/libcxx/test/std/language.support/support.exception/uncaught/
H A Duncaught_exceptions.pass.cpp28 ~Uncaught() { assert(std::uncaught_exceptions() == d_); } in ~Uncaught()
36 assert(std::uncaught_exceptions() == d_); in ~Outer()
46 assert(std::uncaught_exceptions() == 0); in main()
51 assert(std::uncaught_exceptions() == 0); in main()
58 assert(std::uncaught_exceptions() == 0); in main()
61 assert(std::uncaught_exceptions() == 0); in main()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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()
/aosp_15_r20/external/cronet/third_party/libc++/src/src/support/runtime/
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_libcxxabi.ipp16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
18 int uncaught_exceptions() noexcept {
H A Dexception_msvc.ipp62 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
64 int uncaught_exceptions() noexcept { return __uncaught_exceptions(); }
/aosp_15_r20/external/libcxx/src/support/runtime/
H A Dexception_fallback.ipp79 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }
81 int uncaught_exceptions() _NOEXCEPT
84 fprintf(stderr, "uncaught_exceptions not yet implemented\n");
H A Dexception_libcxxabi.ipp17 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }
19 int uncaught_exceptions() _NOEXCEPT
H A Dexception_msvc.ipp80 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }
82 int uncaught_exceptions() _NOEXCEPT {
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/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()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/impl/
Dbasic_text_oprimitive.ipp20 #include <boost/core/uncaught_exceptions.hpp>
111 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)
/aosp_15_r20/external/stg/
H A Dfile_descriptor.cc43 if (fd_ >= 0 && close(fd_) != 0 && std::uncaught_exceptions() == 0) { in ~FileDescriptor()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__exception/
Doperations.h34 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__exception/
H A Doperations.h34 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__exception/
Doperations.h34 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__exception/
Doperations.h34 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__exception/
Doperations.h33 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__exception/
Doperations.h34 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/
Dexception52 int uncaught_exceptions() noexcept; // C++17
131 _LIBCPP_FUNC_VIS _LIBCPP_AVAILABILITY_UNCAUGHT_EXCEPTIONS int uncaught_exceptions() _NOEXCEPT;

12345