Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dstdexcept.cc72 bad_typeid::bad_typeid() _LIBCXXRT_NOEXCEPT {} in bad_typeid() function in std::bad_typeid
73 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_typeid
75 bad_typeid& bad_typeid::operator=(const bad_typeid &__rhs) _LIBCXXRT_NOEXCEPT in operator =()
80 const char* bad_typeid::what() const _LIBCXXRT_NOEXCEPT in what()
H A Dstdexcept.h76 class bad_typeid: public exception
79 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;
H A Dauxhelper.cc69 throw_exception<std::bad_typeid>(); in __cxa_bad_typeid()
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_fallback.ipp83 bad_typeid::bad_typeid() noexcept {}
89 bad_typeid::~bad_typeid() noexcept {}
91 const char* bad_typeid::what() const noexcept { return "std::bad_typeid"; }
H A Dexception_msvc.ipp73 bad_typeid::bad_typeid() noexcept {}
75 bad_typeid::~bad_typeid() noexcept {}
77 const char* bad_typeid::what() const noexcept { return "std::bad_typeid"; }
H A Dexception_glibcxx.ipp22 bad_typeid::bad_typeid() noexcept {}
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtypeinfo45 class bad_typeid
49 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 …]
/freebsd/lib/libcxxrt/
H A DVersion.map270 "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";
H A DVersion.map.arm271 "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";
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtypeinfo.cppm
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc743 SYMBOL(bad_typeid, std::, <typeinfo>)