Searched refs:bad_typeid (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/libcxxrt/
H A Dstdexcept.cc72 bad_typeid::bad_typeid() throw() {} function in class:std::bad_typeid
73 bad_typeid::~bad_typeid() {}
74 bad_typeid::bad_typeid(const bad_typeid &__rhs) throw() {} function in class:std::bad_typeid
75 bad_typeid& bad_typeid::operator=(const bad_typeid
[all...]
H A Dstdexcept.h74 class bad_typeid: public exception class in namespace:std
77 bad_typeid() throw();
78 bad_typeid(const bad_typeid &__rhs) throw();
79 virtual ~bad_typeid();
80 bad_typeid& operator=(const bad_typeid &__rhs) throw();
H A Dauxhelper.cc54 throw std::bad_typeid();
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_aux_runtime.cc51 throw std::bad_typeid();
H A Dtinfo.cc46 std::bad_typeid::~bad_typeid() throw() { }
55 std::bad_typeid::what() const throw()
57 return "std::bad_typeid";
/freebsd-11-stable/contrib/libstdc++/src/
H A Dfunctexcept.cc60 { throw bad_typeid(); }

Completed in 65 milliseconds