Lines Matching full:exception
34 exception::exception() _LIBCXXRT_NOEXCEPT {}35 exception::~exception() {}36 exception::exception(const exception&) _LIBCXXRT_NOEXCEPT {}37 exception& exception::operator=(const exception&) _LIBCXXRT_NOEXCEPT41 const char* exception::what() const _LIBCXXRT_NOEXCEPT43 return "std::exception";