Lines Matching refs:exception_ptr

38 std::__exception_ptr::exception_ptr::exception_ptr() _GLIBCXX_USE_NOEXCEPT  in exception_ptr()  function in std::__exception_ptr::exception_ptr
42 std::__exception_ptr::exception_ptr::exception_ptr(void* obj) in exception_ptr() function in std::__exception_ptr::exception_ptr
47 std::__exception_ptr::exception_ptr::exception_ptr(__safe_bool) in exception_ptr() function in std::__exception_ptr::exception_ptr
53 exception_ptr::exception_ptr(const exception_ptr& other) _GLIBCXX_USE_NOEXCEPT in exception_ptr() function in std::__exception_ptr::exception_ptr
58 std::__exception_ptr::exception_ptr::~exception_ptr() _GLIBCXX_USE_NOEXCEPT in ~exception_ptr()
62 std::__exception_ptr::exception_ptr&
64 exception_ptr::operator=(const exception_ptr& other) _GLIBCXX_USE_NOEXCEPT in operator =()
66 exception_ptr(other).swap(*this); in operator =()
72 std::__exception_ptr::exception_ptr::_M_addref() _GLIBCXX_USE_NOEXCEPT in _M_addref()
84 std::__exception_ptr::exception_ptr::_M_release() _GLIBCXX_USE_NOEXCEPT in _M_release()
103 std::__exception_ptr::exception_ptr::_M_get() const _GLIBCXX_USE_NOEXCEPT in _M_get()
108 std::__exception_ptr::exception_ptr::swap(exception_ptr &other) in swap()
119 std::__exception_ptr::exception_ptr::_M_safe_bool_dummy() in _M_safe_bool_dummy()
125 std::__exception_ptr::exception_ptr::operator!() const _GLIBCXX_USE_NOEXCEPT in operator !()
130 std::__exception_ptr::exception_ptr::operator __safe_bool() const in operator __safe_bool()
133 return _M_exception_object ? &exception_ptr::_M_safe_bool_dummy : 0; in operator __safe_bool()
138 std::__exception_ptr::exception_ptr::__cxa_exception_type() const in __cxa_exception_type()
146 bool std::__exception_ptr::operator==(const exception_ptr& lhs, in operator ==()
147 const exception_ptr& rhs) in operator ==()
152 bool std::__exception_ptr::operator!=(const exception_ptr& lhs, in operator !=()
153 const exception_ptr& rhs) in operator !=()
158 std::exception_ptr
165 return std::exception_ptr(); in current_exception()
169 return std::exception_ptr(); in current_exception()
171 return std::exception_ptr( in current_exception()
205 std::rethrow_exception(std::exception_ptr ep) in rethrow_exception()