Searched refs:__cmp (Results 1 – 2 of 2) sorted by relevance
46 #define __cmp(op, x, y) ((x) __cmp_op_##op (y) ? (x) : (y)) macro53 __cmp(op, unique_x, unique_y); })57 __cmp(op, x, y), \
272 auto __cmp = (__what_[__i] <=> __other.__what_[__i]); in operator <=>() local273 if (__cmp != 0) in operator <=>()275 return __cmp; in operator <=>()