Home
last modified time | relevance | path

Searched refs:toTupleExp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.h160 virtual TupleExp *toTupleExp();
401 TupleExp *toTupleExp();
H A Dexpression.c2183 TupleExp *Expression::toTupleExp() in toTupleExp() function
4548 TupleExp *TupleExp::toTupleExp() in toTupleExp() function
H A Dmtype.c6638 TupleExp *te = e->toTupleExp(); in semantic()