/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/bad.exception/ |
bad_exception.pass.cpp | 10 // test bad_exception 18 static_assert((std::is_base_of<std::exception, std::bad_exception>::value), 19 "std::is_base_of<std::exception, std::bad_exception>::value"); 20 static_assert(std::is_polymorphic<std::bad_exception>::value, 21 "std::is_polymorphic<std::bad_exception>::value"); 22 std::bad_exception b; 23 std::bad_exception b2 = b;
|
/ndk/sources/cxx-stl/gabi++/src/ |
exception.cc | 48 bad_exception::bad_exception() _GABIXX_NOEXCEPT { 51 bad_exception::~bad_exception() _GABIXX_NOEXCEPT { 54 const char* bad_exception::what() const _GABIXX_NOEXCEPT { 55 return "std::bad_exception";
|
call_unexpected.cc | 232 static_cast<const __shim_type_info*>(&typeid(std::bad_exception)); 238 // If no other ones match, throw bad_exception. 242 throw std::bad_exception(); 319 const std::type_info* excpType = &typeid(std::bad_exception); 324 throw std::bad_exception();
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
spec1.cpp | 12 f () throw (char, int, std::bad_exception) 34 catch (std::bad_exception)
|
spec2.cpp | 12 f () throw (int, std::bad_exception) 34 catch (std::bad_exception)
|
spec3_1.cpp | 3 // Test 3: the bad_exception throw succeeds. 12 f () throw (std::bad_exception) 34 catch (std::bad_exception)
|
spec4.cpp | 34 catch (std::bad_exception)
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
spec1.cpp | 12 f () throw (char, int, std::bad_exception) 34 catch (std::bad_exception)
|
spec2.cpp | 12 f () throw (int, std::bad_exception) 34 catch (std::bad_exception)
|
spec3_1.cpp | 3 // Test 3: the bad_exception throw succeeds. 12 f () throw (std::bad_exception) 34 catch (std::bad_exception)
|
spec4.cpp | 34 catch (std::bad_exception)
|
/external/stlport/stlport/stl/ |
_exception.h | 39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro 46 # undef bad_exception macro 79 using _STLP_VENDOR_EXCEPT_STD::bad_exception; 175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} 183 ~bad_exception() _STLP_NOTHROW {} 184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro 46 # undef bad_exception macro 79 using _STLP_VENDOR_EXCEPT_STD::bad_exception; 175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} 183 ~bad_exception() _STLP_NOTHROW {} 184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro 46 # undef bad_exception macro 79 using _STLP_VENDOR_EXCEPT_STD::bad_exception; 175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} 183 ~bad_exception() _STLP_NOTHROW {} 184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro 46 # undef bad_exception macro 79 using _STLP_VENDOR_EXCEPT_STD::bad_exception; 175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} 183 ~bad_exception() _STLP_NOTHROW {} 184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro 46 # undef bad_exception macro 79 using _STLP_VENDOR_EXCEPT_STD::bad_exception; 175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} 183 ~bad_exception() _STLP_NOTHROW {} 184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_exception.h | 39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro 46 # undef bad_exception macro 79 using _STLP_VENDOR_EXCEPT_STD::bad_exception; 175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} 183 ~bad_exception() _STLP_NOTHROW {} 184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_exception.h | 39 # define bad_exception _STLP_NULLIFIED_BROKEN_BAD_EXCEPTION_CLASS macro 46 # undef bad_exception macro 79 using _STLP_VENDOR_EXCEPT_STD::bad_exception; 175 class _STLP_CLASS_DECLSPEC bad_exception : public exception { class in inherits:exception 178 bad_exception() _STLP_NOTHROW; 179 ~bad_exception() _STLP_NOTHROW; 182 bad_exception() _STLP_NOTHROW {} 183 ~bad_exception() _STLP_NOTHROW {} 184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
|
/ndk/sources/cxx-stl/gabi++/tests/ |
unwind_05.cpp | 64 void f1() throw (long, char, double, std::bad_exception) 101 catch (const std::bad_exception& e)
|
/external/stlport/src/ |
dll_main.cpp | 66 bad_exception::bad_exception() _STLP_NOTHROW {} 67 bad_exception::~bad_exception() _STLP_NOTHROW {} 69 const char* bad_exception::what() const _STLP_NOTHROW { return "class bad_exception"; }
|
/ndk/sources/cxx-stl/stlport/src/ |
dll_main.cpp | 66 bad_exception::bad_exception() _STLP_NOTHROW {} 67 bad_exception::~bad_exception() _STLP_NOTHROW {} 69 const char* bad_exception::what() const _STLP_NOTHROW { return "class bad_exception"; }
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
exception.cpp | 131 bad_exception::~bad_exception() _NOEXCEPT 135 const char* bad_exception::what() const _NOEXCEPT 137 return "std::bad_exception";
|
/external/stlport/test/unit/ |
exception_test.cpp | 56 throw std::bad_exception(); 88 catch (std::bad_exception const&) {
|
/ndk/tests/device/test-gnustl-full/unit/ |
exception_test.cpp | 56 throw std::bad_exception(); 88 catch (std::bad_exception const&) {
|
/ndk/tests/device/test-stlport/unit/ |
exception_test.cpp | 56 throw std::bad_exception(); 88 catch (std::bad_exception const&) {
|