Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/src/
Dexception.cc48 bad_exception::bad_exception() _GABIXX_NOEXCEPT { in bad_exception() function in std::bad_exception
52 bad_exception::~bad_exception() _GABIXX_NOEXCEPT { in ~bad_exception()
55 const char* bad_exception::what() const _GABIXX_NOEXCEPT { in what()
Dcall_unexpected.cc232 static_cast<const __shim_type_info*>(&typeid(std::bad_exception)); in __cxa_call_unexpected()
242 throw std::bad_exception(); in __cxa_call_unexpected()
319 const std::type_info* excpType = &typeid(std::bad_exception); in __cxa_call_unexpected()
324 throw std::bad_exception(); in __cxa_call_unexpected()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_exception.h39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro
46 # undef bad_exception
79 using _STLP_VENDOR_EXCEPT_STD::bad_exception;
175 class _STLP_CLASS_DECLSPEC bad_exception : public exception {
178 bad_exception() _STLP_NOTHROW;
179 ~bad_exception() _STLP_NOTHROW;
182 bad_exception() _STLP_NOTHROW {}
183 ~bad_exception() _STLP_NOTHROW {}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/bad.exception/
Dbad_exception.pass.cpp18 static_assert((std::is_base_of<std::exception, std::bad_exception>::value), in main()
20 static_assert(std::is_polymorphic<std::bad_exception>::value, in main()
22 std::bad_exception b; in main()
23 std::bad_exception b2 = b; in main()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dexception.cpp30 bad_exception::~bad_exception() _NOEXCEPT in ~bad_exception()
34 const char* bad_exception::what() const _NOEXCEPT in what()
Dcxa_personality.cpp1284 static_cast<const __shim_type_info*>(&typeid(std::bad_exception)); in __cxa_call_unexpected()
1285 std::bad_exception be; in __cxa_call_unexpected()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dspec3_1.cpp12 f () throw (std::bad_exception) in f()
34 catch (std::bad_exception) in main()
Dspec2.cpp12 f () throw (int, std::bad_exception) in f()
34 catch (std::bad_exception) in main()
Dspec1.cpp12 f () throw (char, int, std::bad_exception) in f()
34 catch (std::bad_exception) in main()
Dspec4.cpp34 catch (std::bad_exception) in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Dspec3_1.cpp12 f () throw (std::bad_exception) in f()
34 catch (std::bad_exception) in main()
Dspec1.cpp12 f () throw (char, int, std::bad_exception) in f()
34 catch (std::bad_exception) in main()
Dspec2.cpp12 f () throw (int, std::bad_exception) in f()
34 catch (std::bad_exception) in main()
Dspec4.cpp34 catch (std::bad_exception) in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dexception30 class bad_exception
34 bad_exception() noexcept;
35 bad_exception(const bad_exception&) noexcept;
36 bad_exception& operator=(const bad_exception&) noexcept;
37 virtual ~bad_exception() noexcept;
98 class _LIBCPP_EXCEPTION_ABI bad_exception
102 _LIBCPP_INLINE_VISIBILITY bad_exception() _NOEXCEPT {}
103 virtual ~bad_exception() _NOEXCEPT;
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp66 bad_exception::bad_exception() _STLP_NOTHROW {} in bad_exception() function in bad_exception
67 bad_exception::~bad_exception() _STLP_NOTHROW {} in ~bad_exception()
69 const char* bad_exception::what() const _STLP_NOTHROW { return "class bad_exception"; } in what()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dunwind_05.cpp64 void f1() throw (long, char, double, std::bad_exception) in f1()
101 catch (const std::bad_exception& e) in main()
/ndk/sources/cxx-stl/gabi++/tests/
Dunwind_05.cpp64 void f1() throw (long, char, double, std::bad_exception) in f1()
101 catch (const std::bad_exception& e) in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dexception.cpp141 bad_exception::~bad_exception() _NOEXCEPT in ~bad_exception()
145 const char* bad_exception::what() const _NOEXCEPT in what()
/ndk/sources/cxx-stl/gabi++/include/
Dexception44 class bad_exception : public exception {
46 bad_exception() _GABIXX_NOEXCEPT;
47 virtual ~bad_exception() _GABIXX_NOEXCEPT;
/ndk/tests/device/test-stlport/unit/
Dexception_test.cpp56 throw std::bad_exception(); in unexpected_hdl()
88 catch (std::bad_exception const&) { in unexpected_except()
/ndk/tests/device/test-gnustl-full/unit/
Dexception_test.cpp56 throw std::bad_exception(); in unexpected_hdl()
88 catch (std::bad_exception const&) { in unexpected_except()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp43 #include <exception> // for std::exception, std::bad_exception
1253 catch( std::bad_exception const& ex )
1256 "std::bad_exception: %s", ex.what() ); }
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2005 $(call gen-test, language.support/support.exception/bad.exception/bad_exception)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1996 $(call gen-test, language.support/support.exception/bad.exception/bad_exception)