Searched defs:__throw_on_error (Results 1 – 2 of 2) sorted by relevance
76 struct __throw_on_error in _GLIBCXX_VISIBILITY() struct79 __throw_on_error(const char* __msg) : _M_msg(__msg) { } in _GLIBCXX_VISIBILITY() argument81 ~__throw_on_error() noexcept(false) in _GLIBCXX_VISIBILITY()88 __throw_on_error& operator=(const __throw_on_error&) = delete; in _GLIBCXX_VISIBILITY()92 const char* _M_msg; in _GLIBCXX_VISIBILITY()93 error_code _M_ec; in _GLIBCXX_VISIBILITY()
72 struct __throw_on_error in _GLIBCXX_VISIBILITY() struct75 __throw_on_error(const char* __msg) : _M_msg(__msg) { } in _GLIBCXX_VISIBILITY() function77 ~__throw_on_error() noexcept(false) in _GLIBCXX_VISIBILITY()84 __throw_on_error& operator=(const __throw_on_error&) = delete; in _GLIBCXX_VISIBILITY()88 const char* _M_msg; in _GLIBCXX_VISIBILITY()89 error_code _M_ec; in _GLIBCXX_VISIBILITY()