Lines Matching defs:d
238 #define ___last5(a, b, c, d, x) x argument
239 #define ___last6(a, b, c, d, e, x) x argument
240 #define ___last7(a, b, c, d, e, f, x) x argument
241 #define ___last8(a, b, c, d, e, f, g, x) x argument
242 #define ___last9(a, b, c, d, e, f, g, h, x) x argument
243 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument
249 #define ___nolast5(a, b, c, d, _) a, b, c, d argument
250 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument
251 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument
252 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument
253 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument
254 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
260 #define ___arrow4(a, b, c, d) a->b->c->d argument
261 #define ___arrow5(a, b, c, d, e) a->b->c->d->e argument
262 #define ___arrow6(a, b, c, d, e, f) a->b->c->d->e->f argument
263 #define ___arrow7(a, b, c, d, e, f, g) a->b->c->d->e->f->g argument
264 #define ___arrow8(a, b, c, d, e, f, g, h) a->b->c->d->e->f->g->h argument
265 #define ___arrow9(a, b, c, d, e, f, g, h, i) a->b->c->d->e->f->g->h->i argument
266 #define ___arrow10(a, b, c, d, e, f, g, h, i, j) a->b->c->d->e->f->g->h->i->j argument