/ndk/sources/cxx-stl/gabi++/src/ |
D | exception.cc | 48 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()
|
D | call_unexpected.cc | 232 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.h | 39 # 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/ |
D | bad_exception.pass.cpp | 18 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/ |
D | exception.cpp | 30 bad_exception::~bad_exception() _NOEXCEPT in ~bad_exception() 34 const char* bad_exception::what() const _NOEXCEPT in what()
|
D | cxa_personality.cpp | 1284 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/ |
D | spec3_1.cpp | 12 f () throw (std::bad_exception) in f() 34 catch (std::bad_exception) in main()
|
D | spec2.cpp | 12 f () throw (int, std::bad_exception) in f() 34 catch (std::bad_exception) in main()
|
D | spec1.cpp | 12 f () throw (char, int, std::bad_exception) in f() 34 catch (std::bad_exception) in main()
|
D | spec4.cpp | 34 catch (std::bad_exception) in main()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | spec3_1.cpp | 12 f () throw (std::bad_exception) in f() 34 catch (std::bad_exception) in main()
|
D | spec1.cpp | 12 f () throw (char, int, std::bad_exception) in f() 34 catch (std::bad_exception) in main()
|
D | spec2.cpp | 12 f () throw (int, std::bad_exception) in f() 34 catch (std::bad_exception) in main()
|
D | spec4.cpp | 34 catch (std::bad_exception) in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | exception | 30 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/ |
D | dll_main.cpp | 66 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/ |
D | unwind_05.cpp | 64 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/ |
D | unwind_05.cpp | 64 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/ |
D | exception.cpp | 141 bad_exception::~bad_exception() _NOEXCEPT in ~bad_exception() 145 const char* bad_exception::what() const _NOEXCEPT in what()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | exception | 44 class bad_exception : public exception { 46 bad_exception() _GABIXX_NOEXCEPT; 47 virtual ~bad_exception() _GABIXX_NOEXCEPT;
|
/ndk/tests/device/test-stlport/unit/ |
D | exception_test.cpp | 56 throw std::bad_exception(); in unexpected_hdl() 88 catch (std::bad_exception const&) { in unexpected_except()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | exception_test.cpp | 56 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/ |
D | execution_monitor.ipp | 43 #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/ |
D | Android.mk | 2005 $(call gen-test, language.support/support.exception/bad.exception/bad_exception)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1996 $(call gen-test, language.support/support.exception/bad.exception/bad_exception)
|