Searched refs:totuple (Results 1 – 1 of 1) sorted by relevance
1435 TypeTuple totuple = t.isTypeTuple(); in implicitConvTo() local1436 if (totuple && e.exps.length == totuple.arguments.length) in implicitConvTo()1441 auto to = (*totuple.arguments)[i].type; in implicitConvTo()2204 TypeTuple totuple; in visitTuple() local2206 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()