Home
last modified time | relevance | path

Searched refs:uncaught_exception (Results 1 – 25 of 43) sorted by relevance

12

/external/cronet/stable/third_party/libc++/src/test/std/language.support/support.exception/uncaught/
Duncaught_exception.pass.cpp25 assert(std::uncaught_exception()); in ~A()
34 assert(!std::uncaught_exception()); in B()
43 assert(!std::uncaught_exception()); in main()
48 assert(!std::uncaught_exception()); in main()
50 assert(!std::uncaught_exception()); in main()
Duncaught_exeption.depr_in_cxx17.verify.cpp20 (void)std::uncaught_exception(); // expected-warning {{'uncaught_exception' is deprecated}} in test()
/external/cronet/tot/third_party/libc++/src/test/std/language.support/support.exception/uncaught/
Duncaught_exception.pass.cpp25 assert(std::uncaught_exception()); in ~A()
34 assert(!std::uncaught_exception()); in B()
43 assert(!std::uncaught_exception()); in main()
48 assert(!std::uncaught_exception()); in main()
50 assert(!std::uncaught_exception()); in main()
Duncaught_exeption.depr_in_cxx17.verify.cpp20 (void)std::uncaught_exception(); // expected-warning {{'uncaught_exception' is deprecated}} in test()
/external/libcxx/test/std/language.support/support.exception/uncaught/
Duncaught_exception.pass.cpp20 assert(std::uncaught_exception()); in ~A()
29 assert(!std::uncaught_exception()); in B()
38 assert(!std::uncaught_exception()); in main()
43 assert(!std::uncaught_exception()); in main()
45 assert(!std::uncaught_exception()); in main()
/external/libcxx/src/support/runtime/
Dexception_fallback.ipp79 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }
83 #warning uncaught_exception not yet implemented
Dexception_libcxxabi.ipp17 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }
Dexception_msvc.ipp80 bool uncaught_exception() _NOEXCEPT { return uncaught_exceptions() > 0; }
/external/cronet/stable/third_party/libc++/src/src/support/runtime/
Dexception_fallback.ipp51 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
54 #warning uncaught_exception not yet implemented
Dexception_libcxxabi.ipp16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
/external/cronet/tot/third_party/libc++/src/src/support/runtime/
Dexception_fallback.ipp51 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
54 #warning uncaught_exception not yet implemented
Dexception_libcxxabi.ipp16 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
Dexception_msvc.ipp59 bool uncaught_exception() noexcept { return uncaught_exceptions() > 0; }
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__exception/
Doperations.h32 _LIBCPP_EXPORTED_FROM_ABI bool uncaught_exception() _NOEXCEPT;
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__exception/
Doperations.h32 _LIBCPP_EXPORTED_FROM_ABI bool uncaught_exception() _NOEXCEPT;
/external/cronet/tot/third_party/libc++/src/include/__exception/
Doperations.h32 _LIBCPP_EXPORTED_FROM_ABI _LIBCPP_DEPRECATED_IN_CXX17 bool uncaught_exception() _NOEXCEPT;
/external/cronet/stable/third_party/libc++/src/include/__exception/
Doperations.h32 _LIBCPP_EXPORTED_FROM_ABI _LIBCPP_DEPRECATED_IN_CXX17 bool uncaught_exception() _NOEXCEPT;
/external/cronet/stable/third_party/libc++/src/modules/std/
Dexception.inc25 using std::uncaught_exception;
/external/cronet/tot/third_party/libc++/src/modules/std/
Dexception.inc25 using std::uncaught_exception;
/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Duncaught_exceptions.hpp142 return static_cast< unsigned int >(std::uncaught_exception()); in uncaught_exceptions()
/external/libcxx/test/support/
Drapid-cxx-test.hpp480 uncaught_exception enumerator
692 case failure_type::uncaught_exception: in report()
817 o.type = failure_type::uncaught_exception; in run()
/external/cronet/stable/third_party/libc++/src/include/__cxx03/
Dexception50 bool uncaught_exception() noexcept;
/external/cronet/tot/third_party/libc++/src/include/__cxx03/
Dexception50 bool uncaught_exception() noexcept;
/external/cronet/tot/third_party/libc++/src/include/
Dexception50 bool uncaught_exception() noexcept; // deprecated in C++17, removed in C++20
/external/cronet/stable/third_party/libc++/src/include/
Dexception50 bool uncaught_exception() noexcept; // deprecated in C++17, removed in C++20

12