Home
last modified time | relevance | path

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

12

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dtypeinfo.cpp23 bad_cast::bad_cast() _NOEXCEPT in bad_cast() function in std::bad_cast
27 bad_cast::~bad_cast() _NOEXCEPT in ~bad_cast()
32 bad_cast::what() const _NOEXCEPT in what()
Dcxa_aux_runtime.cpp25 throw std::bad_cast(); in __cxa_bad_cast()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dtypeinfo.cpp25 std::bad_cast::bad_cast() _NOEXCEPT in bad_cast() function in std::bad_cast
35 std::bad_cast::~bad_cast() _NOEXCEPT in ~bad_cast()
40 std::bad_cast::what() const _NOEXCEPT in what()
67 throw std::bad_cast(); in __cxa_bad_cast()
Dlocale.cpp456 throw bad_cast(); in use_facet()
/ndk/sources/cxx-stl/gabi++/src/
Dtype_info.cc78 bad_cast::bad_cast() _GABIXX_NOEXCEPT { in bad_cast() function in std::bad_cast
81 bad_cast::~bad_cast() _GABIXX_NOEXCEPT { in ~bad_cast()
84 const char* bad_cast::what() const _GABIXX_NOEXCEPT { in what()
Dauxilary.cc33 throw std::bad_cast(); in __cxa_bad_cast()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/bad.cast/
Dbad_cast.pass.cpp18 static_assert((std::is_base_of<std::exception, std::bad_cast>::value), in main()
20 static_assert(std::is_polymorphic<std::bad_cast>::value, in main()
22 std::bad_cast b; in main()
23 std::bad_cast b2 = b; in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_typeinfo.h41 class bad_cast : public exception {};
57 using ::bad_cast;
59 using _STLP_VENDOR_EXCEPT_STD::bad_cast;
74 struct bad_cast : exception {};
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dtypeinfo36 class bad_cast
40 bad_cast() noexcept;
41 bad_cast(const bad_cast&) noexcept;
42 bad_cast& operator=(const bad_cast&) noexcept;
148 class _LIBCPP_EXCEPTION_ABI bad_cast
152 bad_cast() _NOEXCEPT;
153 virtual ~bad_cast() _NOEXCEPT;
Dfstream614 throw bad_cast();
696 throw bad_cast();
789 throw bad_cast();
848 throw bad_cast();
/ndk/sources/cxx-stl/stlport/stlport/
Dtypeinfo.h53 using std::bad_cast;
68 using /* _STLP_VENDOR_EXCEPT_STD */ :: bad_cast;
/ndk/tests/device/test-stlport_static-exception/jni/
Ddyncast1.cpp18 } catch (std::bad_cast) { in main()
Ddyncast2_1.cpp21 } catch (std::bad_cast) { in main()
/ndk/tests/device/test-stlport_shared-exception/jni/
Ddyncast1.cpp18 } catch (std::bad_cast) { in main()
Ddyncast2_1.cpp21 } catch (std::bad_cast) { in main()
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_aux_runtime.cpp46 catch ( const std::bad_cast &bc ) { return true; } in bad_cast_test()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_aux_runtime.pass.cpp46 catch ( const std::bad_cast &bc ) { return true; } in bad_cast_test()
/ndk/sources/cxx-stl/system/include/
Dtypeinfo8 class bad_cast;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/
Duse_facet.pass.cpp39 catch (std::bad_cast&) in main()
/ndk/sources/cxx-stl/gabi++/include/
Dtypeinfo80 class bad_cast : public exception {
82 bad_cast() throw();
83 virtual ~bad_cast() throw();
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter_policies.hpp135 class bad_numeric_cast : public std::bad_cast
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp42 #include <typeinfo> // for std::bad_cast, std::bad_typeid
1234 catch( std::bad_cast const& ex )
1237 "std::bad_cast" ); }
1243 catch( std::bad_cast const& ex )
1246 "std::bad_cast: %s", ex.what() ); }
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dshared_ptr.hpp278 boost::throw_exception(std::bad_cast()); in shared_ptr()
/ndk/sources/cxx-stl/stlport/src/
Dlocale_impl.cpp117 _STLP_THROW(bad_cast()); in _M_throw_bad_cast()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp80 public std::bad_cast

12