Home
last modified time | relevance | path

Searched defs:__throw_on_error (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dnet.h76 struct __throw_on_error in _GLIBCXX_VISIBILITY() struct
79 __throw_on_error(const char* __msg) : _M_msg(__msg) { } in _GLIBCXX_VISIBILITY() argument
81 ~__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()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dnet.h72 struct __throw_on_error in _GLIBCXX_VISIBILITY() struct
75 __throw_on_error(const char* __msg) : _M_msg(__msg) { } in _GLIBCXX_VISIBILITY() function
77 ~__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()