/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/doc/ |
D | uncaught_exceptions.qbk | 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())
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.exception/uncaught/ |
H A D | uncaught_exceptions.pass.cpp | 27 ~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 D | uncaught_exceptions.pass.cpp | 28 ~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/ |
D | uncaught_exceptions_np.cpp | 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()
|
D | uncaught_exceptions.cpp | 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()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/support/runtime/ |
H A D | exception_fallback.ipp | 53 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; } 55 int uncaught_exceptions() noexcept { 57 fprintf(stderr, "uncaught_exceptions not yet implemented\n");
|
H A D | exception_libcxxabi.ipp | 16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; } 18 int uncaught_exceptions() noexcept {
|
H A D | exception_msvc.ipp | 62 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 D | exception_fallback.ipp | 79 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; } 81 int uncaught_exceptions() _NOEXCEPT 84 fprintf(stderr, "uncaught_exceptions not yet implemented\n");
|
H A D | exception_libcxxabi.ipp | 17 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; } 19 int uncaught_exceptions() _NOEXCEPT
|
H A D | exception_msvc.ipp | 80 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/ |
D | uncaught_exceptions.hpp | 125 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/ |
D | basic_text_oprimitive.ipp | 20 #include <boost/core/uncaught_exceptions.hpp> 111 if(boost::core::uncaught_exceptions() > 0)
|
D | xml_oarchive_impl.ipp | 22 #include <boost/core/uncaught_exceptions.hpp> 132 if(boost::core::uncaught_exceptions() > 0)
|
D | xml_woarchive_impl.ipp | 34 #include <boost/core/uncaught_exceptions.hpp> 141 if(boost::core::uncaught_exceptions() > 0)
|
D | xml_wiarchive_impl.ipp | 29 #include <boost/core/uncaught_exceptions.hpp> 177 if(boost::core::uncaught_exceptions() > 0)
|
D | xml_iarchive_impl.ipp | 36 #include <boost/core/uncaught_exceptions.hpp> 189 if(boost::core::uncaught_exceptions() > 0)
|
/aosp_15_r20/external/stg/ |
H A D | file_descriptor.cc | 43 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/ |
D | operations.h | 34 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__exception/ |
H A D | operations.h | 34 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__exception/ |
D | operations.h | 34 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__exception/ |
D | operations.h | 34 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__exception/ |
D | operations.h | 33 _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/ |
D | operations.h | 34 _LIBCPP_EXPORTED_FROM_ABI int uncaught_exceptions() _NOEXCEPT;
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/ |
D | exception | 52 int uncaught_exceptions() noexcept; // C++17 131 _LIBCPP_FUNC_VIS _LIBCPP_AVAILABILITY_UNCAUGHT_EXCEPTIONS int uncaught_exceptions() _NOEXCEPT;
|