Searched refs:bad_typeid (Results 1 – 11 of 11) sorted by relevance
72 bad_typeid::bad_typeid() _LIBCXXRT_NOEXCEPT {} in bad_typeid() function in std::bad_typeid73 bad_typeid::~bad_typeid() {} in ~bad_typeid()74 bad_typeid::bad_typeid(const bad_typeid &__rhs) _LIBCXXRT_NOEXCEPT {} in bad_typeid() function in std::bad_typeid75 bad_typeid& bad_typeid::operator=(const bad_typeid &__rhs) _LIBCXXRT_NOEXCEPT in operator =()80 const char* bad_typeid::what() const _LIBCXXRT_NOEXCEPT in what()
76 class bad_typeid: public exception79 bad_typeid() _LIBCXXRT_NOEXCEPT;80 bad_typeid(const bad_typeid &__rhs) _LIBCXXRT_NOEXCEPT;81 virtual ~bad_typeid();82 bad_typeid& operator=(const bad_typeid &__rhs) _LIBCXXRT_NOEXCEPT;
69 throw_exception<std::bad_typeid>(); in __cxa_bad_typeid()
83 bad_typeid::bad_typeid() noexcept {}89 bad_typeid::~bad_typeid() noexcept {}91 const char* bad_typeid::what() const noexcept { return "std::bad_typeid"; }
73 bad_typeid::bad_typeid() noexcept {}75 bad_typeid::~bad_typeid() noexcept {}77 const char* bad_typeid::what() const noexcept { return "std::bad_typeid"; }
22 bad_typeid::bad_typeid() noexcept {}
45 class bad_typeid49 bad_typeid() noexcept;50 bad_typeid(const bad_typeid&) noexcept;51 bad_typeid& operator=(const bad_typeid&) noexcept;337 class _LIBCPP_EXPORTED_FROM_ABI bad_typeid : public exception {339 bad_typeid() _NOEXCEPT;340 _LIBCPP_HIDE_FROM_ABI bad_typeid(const bad_typeid&) _NOEXCEPT = default;341 _LIBCPP_HIDE_FROM_ABI bad_typeid& operator=(const bad_typeid&) _NOEXCEPT = default;342 ~bad_typeid() _NOEXCEPT override;362 class bad_typeid : public exception {[all …]
270 "std::bad_typeid::bad_typeid(std::bad_typeid const&)";271 "std::bad_typeid::bad_typeid()";272 "std::bad_typeid::operator=(std::bad_typeid const&)";310 "std::bad_typeid::~bad_typeid()";324 "vtable for std::bad_typeid";330 "typeinfo for std::bad_typeid";336 "typeinfo name for std::bad_typeid";347 "std::bad_typeid::what() const";
271 "std::bad_typeid::bad_typeid(std::bad_typeid const&)";272 "std::bad_typeid::bad_typeid()";273 "std::bad_typeid::operator=(std::bad_typeid const&)";311 "std::bad_typeid::~bad_typeid()";325 "vtable for std::bad_typeid";331 "typeinfo for std::bad_typeid";337 "typeinfo name for std::bad_typeid";348 "std::bad_typeid::what() const";
743 SYMBOL(bad_typeid, std::, <typeinfo>)