Searched defs:exception_ptr (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/src/
H A Dexception.cpp155 // it uses to implement std::exception_ptr (which it declares as an alias of
156 // std::__exception_ptr::exception_ptr) is not directly exported to clients. So
157 // we have little choice but to hijack std::__exception_ptr::exception_ptr's
158 // (which fortunately has the same layout as our std::exception_ptr) copy
160 // stable ABI), and its rethrow_exception(std::__exception_ptr::exception_ptr)
166 struct exception_ptr struct in namespace:std::__exception_ptr
170 exception_ptr(const exception_ptr&) _NOEXCEPT;
171 exception_ptr& operator=(const exception_ptr
[all...]

Completed in 63 milliseconds