Searched refs:TupleDeclaration (Results 26 - 36 of 36) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d665 auto v2 = new TupleDeclaration(dsym.loc, dsym.ident, exps);
6285 * AliasDeclaration A refers TupleDeclaration B, and B contains A
6365 Declaration d = new TupleDeclaration(tempinst.loc, ttp.ident, &va.objects);
6539 // TupleExp is naturally converted to a TupleDeclaration
6541 s = new TupleDeclaration(te.loc, ds.ident, cast(Objects*)te.exps);
6723 // TupleExp is naturally converted to a TupleDeclaration
6725 s = new TupleDeclaration(te.loc, ds.ident, cast(Objects*)te.exps);
H A Ddtoh.d1674 override void visit(AST.TupleDeclaration tup)
H A Ddtemplate.d2324 d = new TupleDeclaration(loc, tp.ident, &va.objects);
6767 TupleDeclaration d = sa.toAlias().isTupleDeclaration();
8269 *psparam = new TupleDeclaration(ttp.loc, ttp.ident, &ovar.objects);
H A Dexpressionsem.d969 if (TupleDeclaration tup = s.isTupleDeclaration())
5471 s = new TupleDeclaration(e.loc, e.id, &tup.objects);
8975 TupleDeclaration td = isAliasThisTuple(e2x);
H A Ddinterpret.d2289 if (TupleDeclaration td = v.toAlias().isTupleDeclaration())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c2051 d = new TupleDeclaration(loc, tp->ident, &va->objects);
5760 *psparam = new TupleDeclaration(loc, ident, &ovar->objects);
6452 * AliasDeclaration A refers TupleDeclaration B, and B contains A
6945 TupleDeclaration *d = sa->toAlias()->isTupleDeclaration();
H A Dexpressionsem.c2198 s = new TupleDeclaration(e->loc, e->id, &(tup->objects));
2536 if (TupleDeclaration *tup = exp->var->isTupleDeclaration())
5466 TupleDeclaration *td = isAliasThisTuple(e2x);
8538 TupleDeclaration *tup = s->isTupleDeclaration();
H A Dfunc.c1636 TupleDeclaration *v = new TupleDeclaration(loc, fparam->ident, exps);
H A Ddinterpret.c340 TupleDeclaration *td = v->toAlias()->isTupleDeclaration();
2282 if (TupleDeclaration *td = v->toAlias()->isTupleDeclaration())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc213 void visit (TupleDeclaration *d)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc336 void visit (TupleDeclaration *d)

Completed in 543 milliseconds

12