Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__senders.hpp253 constexpr bool _Nothrow = // in __select_impl() local
257 return static_cast<_Result (*)() noexcept(_Nothrow)>(nullptr); in __select_impl()
262 constexpr bool _Nothrow = // in __select_impl() local
265 return static_cast<_Result (*)() noexcept(_Nothrow)>(nullptr); in __select_impl()
271 constexpr bool _Nothrow = // in __select_impl() local
274 return static_cast<_Result (*)() noexcept(_Nothrow)>(nullptr); in __select_impl()
H A D__read_env.hpp118 constexpr bool _Nothrow = member
120 auto __query_fn = [&]() noexcept(_Nothrow) -> __result&& { in __anona47160310102()
122 __emplace_from{[&]() noexcept(_Nothrow) { in __anona47160310102()
H A D__as_awaitable.hpp234 constexpr bool _Nothrow = in __select_impl_() local
236 return static_cast<_Result (*)() noexcept(_Nothrow)>(nullptr); in __select_impl_()
247 constexpr bool _Nothrow = __nothrow_constructible_from< in __select_impl_() local
249 return static_cast<_Result (*)() noexcept(_Nothrow)>(nullptr); in __select_impl_()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dsequence_senders.hpp389 constexpr bool _Nothrow = in __select_impl() local
392 return static_cast<_Result (*)() noexcept(_Nothrow)>(nullptr); in __select_impl()
399 constexpr bool _Nothrow = // in __select_impl() local
402 return static_cast<_Result (*)() noexcept(_Nothrow)>(nullptr); in __select_impl()