Home
last modified time | relevance | path

Searched refs:__exception_ptr (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dexception.cpp163 namespace __exception_ptr namespace
177 _LIBCPP_NORETURN void rethrow_exception(__exception_ptr::exception_ptr);
186 reinterpret_cast<__exception_ptr::exception_ptr*>(this)->~exception_ptr(); in ~exception_ptr()
204 new (reinterpret_cast<void*>(this)) __exception_ptr::exception_ptr( in exception_ptr()
205 reinterpret_cast<const __exception_ptr::exception_ptr&>(other)); in exception_ptr()
228 *reinterpret_cast<__exception_ptr::exception_ptr*>(this) = in operator =()
229 reinterpret_cast<const __exception_ptr::exception_ptr&>(other); in operator =()
296 rethrow_exception(reinterpret_cast<__exception_ptr::exception_ptr&>(p)); in rethrow_exception()