Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.d1435 TypeTuple totuple = t.isTypeTuple(); in implicitConvTo() local
1436 if (totuple && e.exps.length == totuple.arguments.length) in implicitConvTo()
1441 auto to = (*totuple.arguments)[i].type; in implicitConvTo()
2204 TypeTuple totuple; in visitTuple() local
2206 totuple = e.exps.length == tt.arguments.length ? tt : null; in visitTuple()
2214 ex = ex.castTo(sc, totuple ? (*totuple.arguments)[i].type : t); in visitTuple()
2217 if (totuple) in visitTuple()
2218 te.type = totuple; in visitTuple()