Home | History | Annotate | Download | only in dmd

Lines Matching refs:tup

2869             TupleExp tup = name ? null : resolved.isTupleExp();
2870 if (!tup && !name)
2890 foreach (i, exp; *tup.exps)
4816 if (auto tup = tb.isTypeTuple())
4819 size_t dim = Parameter.dim(tup.arguments);
4822 Parameter arg = Parameter.getNth(tup.arguments, j);
5455 if (auto tup = tb.isTypeTuple())
5458 size_t dim = Parameter.dim(tup.arguments);
5461 Parameter arg = Parameter.getNth(tup.arguments, j);
6816 if (auto tup = v.aliassym.isTupleDeclaration())
6817 return tup.foreachVar(tv => tv.apply(&func, ad));