Home
last modified time | relevance | path

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

/external/libcxx/src/
Dexception.cpp177 _LIBCPP_NORETURN void rethrow_exception(__exception_ptr::exception_ptr);
261 rethrow_exception(__ptr_); in rethrow_nested()
289 void rethrow_exception(exception_ptr p) in rethrow_exception() function
296 rethrow_exception(reinterpret_cast<__exception_ptr::exception_ptr&>(p)); in rethrow_exception()
Dfuture.cpp159 rethrow_exception(__exception_); in copy()
/external/libcxx/include/
Dexception56 void rethrow_exception [[noreturn]] (exception_ptr p);
122 _LIBCPP_NORETURN _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
146 friend _LIBCPP_FUNC_VIS void rethrow_exception(exception_ptr);
Dfuture685 rethrow_exception(this->__exception_);
696 rethrow_exception(this->__exception_);
762 rethrow_exception(this->__exception_);
/external/libcxx/test/std/language.support/support.exception/except.nested/
Dctor_default.pass.cpp46 rethrow_exception(e.nested_ptr()); in main()
Dctor_copy.pass.cpp48 rethrow_exception(e.nested_ptr()); in main()
Dassign.pass.cpp50 rethrow_exception(e.nested_ptr()); in main()
/external/libcxx/test/std/language.support/support.exception/propagation/
Dmake_exception_ptr.pass.cpp35 std::rethrow_exception(p); in main()
Drethrow_exception.pass.cpp43 std::rethrow_exception(p); in main()
/external/v8/src/
Dliveedit.cc864 Handle<JSObject> rethrow_exception; in GatherCompileInfo() local
874 rethrow_exception = Handle<JSObject>::cast(exception); in GatherCompileInfo()
888 Object::SetProperty(rethrow_exception, start_pos_key, start_pos, SLOPPY) in GatherCompileInfo()
890 Object::SetProperty(rethrow_exception, end_pos_key, end_pos, SLOPPY) in GatherCompileInfo()
892 Object::SetProperty(rethrow_exception, script_obj_key, script_obj, SLOPPY) in GatherCompileInfo()
901 if (rethrow_exception.is_null()) { in GatherCompileInfo()
904 return isolate->Throw<JSArray>(rethrow_exception); in GatherCompileInfo()