HomeSort by relevance Sort by last modified time
    Searched full:bad_exception (Results 1 - 25 of 292) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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)
  /external/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/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;
  /external/libcxxabi/src/
exception.cpp 28 // bad_exception
30 bad_exception::~bad_exception() _NOEXCEPT
34 const char* bad_exception::what() const _NOEXCEPT
36 return "std::bad_exception";
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
exception.cpp 28 // bad_exception
30 bad_exception::~bad_exception() _NOEXCEPT
34 const char* bad_exception::what() const _NOEXCEPT
36 return "std::bad_exception";
  /ndk/sources/cxx-stl/gabi++/src/
exception.cc 48 bad_exception::bad_exception() _GABIXX_NOEXCEPT {
52 bad_exception::~bad_exception() _GABIXX_NOEXCEPT {
55 const char* bad_exception::what() const _GABIXX_NOEXCEPT {
56 return "std::bad_exception";
  /external/libcxx/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/llvm-libc++/libcxx/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...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/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++/include/
exception 44 class bad_exception : public exception {
46 bad_exception() _GABIXX_NOEXCEPT;
47 virtual ~bad_exception() _GABIXX_NOEXCEPT;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
exception 44 class bad_exception : public exception {
46 bad_exception() _GABIXX_NOEXCEPT;
47 virtual ~bad_exception() _GABIXX_NOEXCEPT;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
exception 44 class bad_exception : public exception {
46 bad_exception() _GABIXX_NOEXCEPT;
47 virtual ~bad_exception() _GABIXX_NOEXCEPT;
  /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";}

Completed in 766 milliseconds

1 2 3 4 5 6 7 8 91011>>