Home | History | Annotate | Download | only in include

Lines Matching full:bad_exception

30 class bad_exception
34 bad_exception() noexcept;
35 bad_exception(const bad_exception&) noexcept;
36 bad_exception& operator=(const bad_exception&) noexcept;
37 virtual ~bad_exception() noexcept;
98 class _LIBCPP_EXCEPTION_ABI bad_exception
102 _LIBCPP_INLINE_VISIBILITY bad_exception() _NOEXCEPT {}
103 virtual ~bad_exception() _NOEXCEPT;