Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/bits/
A Dnet.h71 struct __throw_on_error in _GLIBCXX_VISIBILITY() struct
74 __throw_on_error(const char* __msg) : _M_msg(__msg) { } in _GLIBCXX_VISIBILITY() function
76 ~__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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/bits/
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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/
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()

Completed in 4 milliseconds