Lines Matching refs:e2
59 #define __tg_type3(e1, e2, e3, t) \ argument
60 (__tg_type(e1, t) || __tg_type(e2, t) || __tg_type(e3, t))
61 #define __tg_type_corr(e1, e2, e3, t) \ argument
62 (__tg_type3(e1, e2, e3, t) || __tg_type3(e1, e2, e3, t _Complex))
63 #define __tg_integer(e1, e2, e3) \ argument
64 (((__typeof__(e1))1.5 == 1) || ((__typeof__(e2))1.5 == 1) || \
66 #define __tg_is_complex(e1, e2, e3) \ argument
67 (__tg_type3(e1, e2, e3, float _Complex) || \
68 __tg_type3(e1, e2, e3, double _Complex) || \
69 __tg_type3(e1, e2, e3, long double _Complex) || \
70 __tg_type3(e1, e2, e3, __typeof__(_Complex_I)))