Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dtypeinfo.cpp39 bad_typeid::bad_typeid() _NOEXCEPT in bad_typeid() function in std::bad_typeid
43 bad_typeid::~bad_typeid() _NOEXCEPT in ~bad_typeid()
48 bad_typeid::what() const _NOEXCEPT in what()
Dcxa_aux_runtime.cpp29 throw std::bad_typeid(); in __cxa_bad_typeid()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dtypeinfo.cpp29 std::bad_typeid::bad_typeid() _NOEXCEPT in bad_typeid() function in std::bad_typeid
45 std::bad_typeid::~bad_typeid() _NOEXCEPT in ~bad_typeid()
50 std::bad_typeid::what() const _NOEXCEPT in what()
61 throw std::bad_typeid(); in __cxa_bad_typeid()
/ndk/sources/cxx-stl/gabi++/src/
Dtype_info.cc88 bad_typeid::bad_typeid() _GABIXX_NOEXCEPT { in bad_typeid() function in std::bad_typeid
91 bad_typeid::~bad_typeid() _GABIXX_NOEXCEPT { in ~bad_typeid()
94 const char* bad_typeid::what() const _GABIXX_NOEXCEPT { in what()
Dauxilary.cc37 throw std::bad_typeid(); in __cxa_bad_typeid()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/bad.typeid/
Dbad_typeid.pass.cpp18 static_assert((std::is_base_of<std::exception, std::bad_typeid>::value), in main()
20 static_assert(std::is_polymorphic<std::bad_typeid>::value, in main()
22 std::bad_typeid b; in main()
23 std::bad_typeid b2 = b; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dtypeinfo46 class bad_typeid
50 bad_typeid() noexcept;
51 bad_typeid(const bad_typeid&) noexcept;
52 bad_typeid& operator=(const bad_typeid&) noexcept;
157 class _LIBCPP_EXCEPTION_ABI bad_typeid
161 bad_typeid() _NOEXCEPT;
162 virtual ~bad_typeid() _NOEXCEPT;
/ndk/sources/cxx-stl/stlport/stlport/
Dtypeinfo.h52 using std::bad_typeid;
65 using /* _STLP_VENDOR_EXCEPT_STD */ :: bad_typeid;
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_aux_runtime.cpp30 catch ( const std::bad_typeid &bc ) { return true; } in bad_typeid_test()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_aux_runtime.cpp30 catch ( const std::bad_typeid &bc ) { return true; } in bad_typeid_test()
/ndk/sources/cxx-stl/system/include/
Dtypeinfo9 class bad_typeid;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_typeinfo.h53 using _STLP_VENDOR_EXCEPT_STD::bad_typeid;
/ndk/sources/cxx-stl/gabi++/include/
Dtypeinfo87 class bad_typeid : public exception {
89 bad_typeid() throw();
90 virtual ~bad_typeid() throw();
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp42 #include <typeinfo> // for std::bad_cast, std::bad_typeid
1238 catch( std::bad_typeid const& ex )
1241 "std::bad_typeid" ); }
1247 catch( std::bad_typeid const& ex )
1250 "std::bad_typeid: %s", ex.what() ); }
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2065 $(call gen-test, language.support/support.rtti/bad.typeid/bad_typeid)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2074 $(call gen-test, language.support/support.rtti/bad.typeid/bad_typeid)