Home
last modified time | relevance | path

Searched defs:__ignore (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__write_env.hpp46 return [&](__ignore, const auto& __state, __ignore) noexcept { in STDEXEC_ATTRIBUTE() argument
H A D__starts_on.hpp65 return [&](__ignore, auto __sched, __ignore) noexcept { in STDEXEC_ATTRIBUTE() argument
H A D__start_on.hpp78 return [&](__ignore, auto __sched, __ignore) noexcept { in __transform_env_fn() argument
H A D__awaitable.hpp45 auto __get_awaiter(_Awaitable&& __awaitable, __ignore = {}) -> decltype(auto) { in __get_awaiter() argument
H A D__utility.hpp33 struct __ignore { struct
36 STDEXEC_ATTRIBUTE(always_inline) constexpr __ignore(auto&&...) noexcept { in STDEXEC_ATTRIBUTE()