Searched refs:bad_typeid (Results 1 – 16 of 16) sorted by relevance
39 bad_typeid::bad_typeid() _NOEXCEPT in bad_typeid() function in std::bad_typeid43 bad_typeid::~bad_typeid() _NOEXCEPT in ~bad_typeid()48 bad_typeid::what() const _NOEXCEPT in what()
29 throw std::bad_typeid(); in __cxa_bad_typeid()
29 std::bad_typeid::bad_typeid() _NOEXCEPT in bad_typeid() function in std::bad_typeid45 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()
88 bad_typeid::bad_typeid() _GABIXX_NOEXCEPT { in bad_typeid() function in std::bad_typeid91 bad_typeid::~bad_typeid() _GABIXX_NOEXCEPT { in ~bad_typeid()94 const char* bad_typeid::what() const _GABIXX_NOEXCEPT { in what()
37 throw std::bad_typeid(); in __cxa_bad_typeid()
18 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()
46 class bad_typeid50 bad_typeid() noexcept;51 bad_typeid(const bad_typeid&) noexcept;52 bad_typeid& operator=(const bad_typeid&) noexcept;157 class _LIBCPP_EXCEPTION_ABI bad_typeid161 bad_typeid() _NOEXCEPT;162 virtual ~bad_typeid() _NOEXCEPT;
52 using std::bad_typeid;65 using /* _STLP_VENDOR_EXCEPT_STD */ :: bad_typeid;
30 catch ( const std::bad_typeid &bc ) { return true; } in bad_typeid_test()
9 class bad_typeid;
53 using _STLP_VENDOR_EXCEPT_STD::bad_typeid;
87 class bad_typeid : public exception {89 bad_typeid() throw();90 virtual ~bad_typeid() throw();
42 #include <typeinfo> // for std::bad_cast, std::bad_typeid1238 catch( std::bad_typeid const& ex )1241 "std::bad_typeid" ); }1247 catch( std::bad_typeid const& ex )1250 "std::bad_typeid: %s", ex.what() ); }
2065 $(call gen-test, language.support/support.rtti/bad.typeid/bad_typeid)
2074 $(call gen-test, language.support/support.rtti/bad.typeid/bad_typeid)