Home
last modified time | relevance | path

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

/external/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.cpp452 throw bad_cast(); in use_facet()
/external/clang/test/PCH/
Dcxx-typeid.h24 class bad_cast
27 bad_cast();
28 bad_cast(const bad_cast&);
29 bad_cast& operator=(const bad_cast&);
/external/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.cpp24 throw std::bad_cast(); in __cxa_bad_cast()
/external/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()
DAndroid.mk19 test_name := language.support/support.rtti/bad.cast/bad_cast
20 test_src := bad_cast.pass.cpp
/external/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;
156 class _LIBCPP_EXCEPTION_ABI bad_cast
160 bad_cast() _NOEXCEPT;
161 virtual ~bad_cast() _NOEXCEPT;
Dfstream614 throw bad_cast();
696 throw bad_cast();
789 throw bad_cast();
848 throw bad_cast();
/external/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 {};
/external/stlport/stlport/
Dtypeinfo.h53 using std::bad_cast;
68 using /* _STLP_VENDOR_EXCEPT_STD */ :: bad_cast;
/external/llvm/test/CodeGen/X86/
D2012-1-10-buildvector.ll6 ;CHECK-LABEL: bad_cast:
7 define void @bad_cast() {
/external/libcxxabi/test/
Dtest_aux_runtime.cpp46 catch ( const std::bad_cast &bc ) { return true; } in bad_cast_test()
/external/libcxx/test/localization/locales/locale.global.templates/
Duse_facet.pass.cpp39 catch (std::bad_cast&) in main()
/external/stlport/src/
Dlocale_impl.cpp117 _STLP_THROW(bad_cast()); in _M_throw_bad_cast()
/external/stlport/etc/
DChangeLog-5.14011 a bad_cast exception on basic_filebuf construction. At this point the locale
7561 * typeinfo : added fix for MS VC ::bad_cast confusion (thanks Alberto Barbati)
7932 * typeinfo.h : global scope used to import bad_cast, etc. (thanks to Val Melamed)