/ndk/tests/device/test-stlport_shared-exception/jni/ |
spec3_1.cpp | 3 // Test 3: the bad_exception throw succeeds. 12 f () throw (std::bad_exception) 34 catch (std::bad_exception)
|
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)
|
spec4.cpp | 34 catch (std::bad_exception)
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
spec3_1.cpp | 3 // Test 3: the bad_exception throw succeeds. 12 f () throw (std::bad_exception) 34 catch (std::bad_exception)
|
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)
|
spec4.cpp | 34 catch (std::bad_exception)
|
/ndk/sources/cxx-stl/llvm-libc++/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/llvm-libc++/include/ |
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 [all...] |
/ndk/sources/cxx-stl/gabi++/src/ |
terminate.cc | 80 bad_exception::bad_exception() throw() { function in class:std::bad_exception 83 bad_exception::~bad_exception() throw() { 86 const char* bad_exception::what() const throw() { 87 return "std::bad_exception";
|
/ndk/sources/cxx-stl/gabi++/include/ |
exception | 42 class bad_exception : public exception { 44 bad_exception() throw(); 45 virtual ~bad_exception() throw();
|
/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";}
|
/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++/src/ |
exception.cpp | 129 bad_exception::~bad_exception() _NOEXCEPT 133 const char* bad_exception::what() const _NOEXCEPT 135 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&) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
exception | 72 class bad_exception : public exception 75 bad_exception() throw() { } 79 virtual ~bad_exception() throw();
|