Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp806 std::exception_ptr __eptr) noexcept in tag_invoke()
808 std::rethrow_exception(std::move(__eptr)); in tag_invoke()
H A Dexecution.hpp1530 std::exception_ptr __eptr; in __co_impl() local
1544 __eptr = std::current_exception(); in __co_impl()
1547 static_cast<std::exception_ptr&&>(__eptr)); in __co_impl()