Searched refs:bad_typeid (Results 1 – 10 of 10) sorted by relevance
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()
33 class bad_typeid36 bad_typeid();37 bad_typeid(const bad_typeid&);38 bad_typeid& operator=(const bad_typeid&);
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()
30 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;
30 catch ( const std::bad_typeid &bc ) { return true; } in bad_typeid_test()
227 testfile4: 6598 10bad_typeid
8268 FUNC 5027 19 4 std::bad_typeid::bad_typeid(char const *)8271 FUNC 5040 18 4 std::bad_typeid::bad_typeid(std::bad_typeid const &)8274 FUNC 5058 b 0 std::bad_typeid::~bad_typeid()8288 FUNC 50dc 22 0 std::bad_typeid::`scalar deleting destructor'(unsigned int)