Searched refs:rethrow_exception (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dexception.cpp102 // stable ABI), and its rethrow_exception(std::__exception_ptr::exception_ptr)
119 _LIBCPP_NORETURN void rethrow_exception(__exception_ptr::exception_ptr);
203 rethrow_exception(__ptr_);
231 void rethrow_exception(exception_ptr p) function in namespace:std
238 rethrow_exception(reinterpret_cast<__exception_ptr::exception_ptr&>(p));
H A Dfuture.cpp155 rethrow_exception(__exception_);

Completed in 43 milliseconds