Searched refs:CommaExp (Results 26 - 41 of 41) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c79 ec = ((CommaExp *)ec)->e2;
H A Ddinterpret.c4799 void visit(CommaExp *e)
4801 CommaExp *firstComma = e;
4803 firstComma = (CommaExp *)firstComma->e1;
H A Dfunc.c1933 e = new CommaExp(Loc(), e, f->next->defaultInit());
2760 eresult = new CommaExp(Loc(), de, ve);
H A Dmtype.c2133 ex = ((CommaExp *)ex)->e2;
8091 e = unreal ? ve : new CommaExp(e->loc, e, ve);
8847 e = unreal ? ve : new CommaExp(e->loc, e, ve);
H A Ddtemplate.c4521 void visit(CommaExp *e)
4523 ((CommaExp *)e)->e2->accept(this);
H A Dparse.c7859 e = new CommaExp(loc, e, e2, false);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1304 void visit (CommaExp *e)
1738 e1b = ((CommaExp *) e1b)->e2;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc2185 CommaExp *ce = arg->isCommaExp ();
H A Dexpr.cc1307 void visit (CommaExp *e)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcparse.d632 e = new AST.CommaExp(loc, e, e2, false);
H A Dfunc.d2600 *eresult = new CommaExp(Loc.initial, de, ve);
H A Dhdrgen.d2252 void visitComma(CommaExp e)
2254 // CommaExp is generated by the compiler so it shouldn't
2257 // generates CommaExp for temporaries by calling
2261 // not a CommaExp introduced for temporaries, go on
2269 // CommaExp that contain temporaries inserted via
2273 // missing cases where CommaExp
H A Dparse.d7825 e = new AST.CommaExp(loc, e, e2, false);
H A Ddtemplate.d4895 override void visit(CommaExp e)
H A Ddinterpret.d4951 override void visit(CommaExp e)
4955 printf("%s CommaExp::interpret() %s\n", e.loc.toChars(), e.toChars());
H A Ddsymbolsem.d601 (*exps)[0] = new CommaExp(dsym.loc, new DeclarationExp(dsym.loc, v), e0);

Completed in 379 milliseconds

12