Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d460 private Expression callCpCtor(Scope* sc, Expression e, Type destinationType) in callCpCtor() argument
474 if (sd.hasCopyCtor && destinationType) in callCpCtor()
481 if (destinationType.hasWild && !(sc.func.storage_class & STC.wild)) in callCpCtor()
484 tmp.type = destinationType; in callCpCtor()