Searched defs:__throw_on_error (Results 1 – 3 of 3) sorted by relevance
71 struct __throw_on_error in _GLIBCXX_VISIBILITY() struct74 __throw_on_error(const char* __msg) : _M_msg(__msg) { } in _GLIBCXX_VISIBILITY() function76 ~__throw_on_error() noexcept(false) in _GLIBCXX_VISIBILITY()83 __throw_on_error& operator=(const __throw_on_error&) = delete; in _GLIBCXX_VISIBILITY()87 const char* _M_msg; in _GLIBCXX_VISIBILITY()88 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()
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()
Completed in 4 milliseconds