Lines Matching refs:ltype
62 #define __TG_GFN1(fn, a, ftype, ltype) \ argument
65 __TG_CHOOSE(__TG_IS_##ltype##_P(a), \
69 #define __TG_GFN1x(fn, a, b, ftype, ltype) \ argument
72 __TG_CHOOSE(__TG_IS_##ltype##_P(a), \
76 #define __TG_GFN2(fn, a, b, ftype, ltype) \ argument
80 __TG_CHOOSE(__TG_IS_##ltype##_P(a) \
81 || __TG_IS_##ltype##_P(b), \
85 #define __TG_GFN2x(fn, a, b, c, ftype, ltype) \ argument
89 __TG_CHOOSE(__TG_IS_##ltype##_P(a) \
90 || __TG_IS_##ltype##_P(b), \
94 #define __TG_GFN3(fn, a, b, c, ftype, ltype) \ argument
99 __TG_CHOOSE(__TG_IS_##ltype##_P(a) \
100 || __TG_IS_##ltype##_P(b) \
101 || __TG_IS_##ltype##_P(c), \