/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | typeinfo.cpp | 23 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()
|
D | cxa_aux_runtime.cpp | 25 throw std::bad_cast(); in __cxa_bad_cast()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | typeinfo.cpp | 25 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()
|
D | locale.cpp | 456 throw bad_cast(); in use_facet()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | type_info.cc | 78 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()
|
D | auxilary.cc | 33 throw std::bad_cast(); in __cxa_bad_cast()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/bad.cast/ |
D | bad_cast.pass.cpp | 18 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.h | 41 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/ |
D | typeinfo | 36 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;
|
D | fstream | 614 throw bad_cast(); 696 throw bad_cast(); 789 throw bad_cast(); 848 throw bad_cast();
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | typeinfo.h | 53 using std::bad_cast; 68 using /* _STLP_VENDOR_EXCEPT_STD */ :: bad_cast;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | dyncast1.cpp | 18 } catch (std::bad_cast) { in main()
|
D | dyncast2_1.cpp | 21 } catch (std::bad_cast) { in main()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | dyncast1.cpp | 18 } catch (std::bad_cast) { in main()
|
D | dyncast2_1.cpp | 21 } catch (std::bad_cast) { in main()
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | test_aux_runtime.cpp | 46 catch ( const std::bad_cast &bc ) { return true; } in bad_cast_test()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | test_aux_runtime.pass.cpp | 46 catch ( const std::bad_cast &bc ) { return true; } in bad_cast_test()
|
/ndk/sources/cxx-stl/system/include/ |
D | typeinfo | 8 class bad_cast;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/ |
D | use_facet.pass.cpp | 39 catch (std::bad_cast&) in main()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | typeinfo | 80 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/ |
D | converter_policies.hpp | 135 class bad_numeric_cast : public std::bad_cast
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | execution_monitor.ipp | 42 #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/ |
D | shared_ptr.hpp | 278 boost::throw_exception(std::bad_cast()); in shared_ptr()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | locale_impl.cpp | 117 _STLP_THROW(bad_cast()); in _M_throw_bad_cast()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | lexical_cast.hpp | 80 public std::bad_cast
|