Searched defs:min_t (Results 1 – 2 of 2) sorted by relevance
104 struct min_t { struct105 using __completion_behavior_t = __completion_behavior::completion_behavior;107 STDEXEC_ATTRIBUTE(nodiscard, always_inline, host, device) in STDEXEC_ATTRIBUTE()120 STDEXEC_ATTRIBUTE(nodiscard, always_inline, host, device) in STDEXEC_ATTRIBUTE()
216 #define min_t(type, x, y) ({ \ macro