Lines Matching refs:exception_ptr
64 std::__exception_ptr::exception_ptr::exception_ptr() noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
68 std::__exception_ptr::exception_ptr::exception_ptr(void* obj) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
72 std::__exception_ptr::exception_ptr::exception_ptr(__safe_bool) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
77 exception_ptr::exception_ptr(const exception_ptr& other) noexcept in exception_ptr() function in std::__exception_ptr::exception_ptr
82 std::__exception_ptr::exception_ptr::~exception_ptr() noexcept in ~exception_ptr()
86 std::__exception_ptr::exception_ptr&
88 exception_ptr::operator=(const exception_ptr& other) noexcept in operator =()
90 exception_ptr(other).swap(*this); in operator =()
96 std::__exception_ptr::exception_ptr::_M_addref() noexcept in _M_addref()
108 std::__exception_ptr::exception_ptr::_M_release() noexcept in _M_release()
127 std::__exception_ptr::exception_ptr::_M_get() const noexcept in _M_get()
132 std::__exception_ptr::exception_ptr::swap(exception_ptr &other) noexcept in swap()
142 std::__exception_ptr::exception_ptr::_M_safe_bool_dummy() noexcept { } in _M_safe_bool_dummy()
147 std::__exception_ptr::exception_ptr::operator!() const noexcept in operator !()
152 std::__exception_ptr::exception_ptr::operator __safe_bool() const noexcept in operator __safe_bool()
154 return _M_exception_object ? &exception_ptr::_M_safe_bool_dummy : 0; in operator __safe_bool()
159 std::__exception_ptr::exception_ptr::__cxa_exception_type() const noexcept in __cxa_exception_type()
166 bool std::__exception_ptr::operator==(const exception_ptr& lhs, in operator ==()
167 const exception_ptr& rhs) noexcept in operator ==()
171 bool std::__exception_ptr::operator!=(const exception_ptr& lhs, in operator !=()
172 const exception_ptr& rhs) noexcept in operator !=()
176 std::exception_ptr
183 return std::exception_ptr(); in current_exception()
187 return std::exception_ptr(); in current_exception()
189 return std::exception_ptr( in current_exception()
223 std::rethrow_exception(std::exception_ptr ep) in rethrow_exception()