/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __tag_invoke.hpp | 69 requires(_Tag __tag, _Args&&... __args) { 70 tag_invoke(static_cast<_Tag&&>(__tag), static_cast<_Args&&>(__args)...); 75 requires(_Tag __tag, _Args&&... __args) { 77 static_cast<_Ret>(tag_invoke(static_cast<_Tag&&>(__tag), 86 requires(_Tag __tag, _Args&&... __args) { 88 tag_invoke(static_cast<_Tag&&>(__tag), 113 constexpr auto operator()(_Tag __tag, _Args&&... __args) const in operator ()() 117 return tag_invoke(static_cast<_Tag&&>(__tag), in operator ()()
|
H A D | __schedule_from.hpp | 131 [&]<class... _Args>(auto __tag, in __make_visitor_fn() 133 __tag(std::move(__state->__receiver()), in __make_visitor_fn() 247 __ignore, _State& __state, _Receiver& __rcvr, _Tag __tag, 253 __state.__data_.emplace_from(__tup::__mktuple, __tag, 260 __state.__data_.emplace_from(__tup::__mktuple, __tag,
|
H A D | __domain.hpp | 60 requires(_DomainOrTag __tag, _Sender&& __sender, const _Env&... __env) { 61 __tag.transform_sender(static_cast<_Sender&&>(__sender), __env...); 83 requires(_DomainOrTag __tag, _Args&&... __args) { 84 __tag.apply_sender(static_cast<_Args&&>(__args)...);
|
H A D | __sender_introspection.hpp | 44 using __tag = _Tag; typedef 78 using tag_of_t = typename __detail::__desc_of<_Sender>::__tag;
|
H A D | __shared.hpp | 71 [&](auto __tag, auto&&... __args) noexcept -> void { in __make_notify_visitor() argument 72 __tag(static_cast<_Receiver&&>(__rcvr), in __make_notify_visitor()
|
H A D | __basic_sender.hpp | 413 using __tag_t = typename __desc_t::__tag; 574 using __tag_t = typename __desc_t::__tag;
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | setup.h | 17 #define __tag __used __section(".taglist.init") macro 19 static const struct tagtable __tagtable_##fn __tag = { tag, fn }
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | setup.h | 158 #define __tag __used __attribute__((__section__(".taglist"))) macro 160 static struct tagtable __tagtable_##fn __tag = { tag, fn }
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | setup.h | 238 #define __tag __attribute__((unused, __section__(".taglist"))) macro 240 static struct tagtable __tagtable_##fn __tag = { tag, fn }
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_svc.h | 107 #define BFA_FCXP_FROM_TAG(__mod, __tag) (&(__mod)->fcxp_list[__tag]) argument 427 #define BFA_LPS_FROM_TAG(__mod, __tag) (&(__mod)->lps_arr[__tag]) argument
|
/openbmc/linux/sound/soc/codecs/ |
H A D | peb2466.c | 1395 #define PEB2466_TAG_DEF_LNG_EQ(__tag, __lng, __parse) { \ argument 1396 .tag = __tag, \ 1402 #define PEB2466_TAG_DEF_LNG_MIN(__tag, __lng_min, __parse) { \ argument 1403 .tag = __tag, \
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | build-unit-test-docker | 95 __tag: str
|
/openbmc/linux/Documentation/bpf/ |
H A D | kfuncs.rst | 61 kfunc with a __tag, where tag may be one of the supported annotations.
|