Lines Matching refs:exception
2 //===-------------------------- exception ---------------------------------===//
15 exception synopsis
20 class exception
23 exception() noexcept;
24 exception(const exception&) noexcept;
25 exception& operator=(const exception&) noexcept;
26 virtual ~exception() noexcept;
31 : public exception
90 class _LIBCPP_EXCEPTION_ABI exception
93 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {}
94 virtual ~exception() _NOEXCEPT;
99 : public exception