Searched refs:tplty (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.c267 TypeStruct *tplty = NULL; local
285 if (!tplty)
287 tplty = createTupleType(aloc, e);
289 res[i] = createTuple(aloc, tplty, e);
310 if (tplty) sfebody->push(new ExpStatement(sfe->loc, tplty->sym));
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.d323 TypeStruct tplty = null;
341 if (!tplty)
343 tplty = createTupleType(aloc, e, sc);
345 res[i] = createTuple(aloc, tplty, e);
366 if (tplty) sfe.push(new ExpStatement(loc, tplty.sym));

Completed in 120 milliseconds