Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d1506 auto structType = sd.type; in generateCopyCtorDeclaration() local
1507 …fparams.push(new Parameter(paramStc | STC.ref_ | STC.return_ | STC.scope_, structType, Id.p, null,… in generateCopyCtorDeclaration()
1509 auto tf = new TypeFunction(pList, structType, LINK.d, STC.ref_); in generateCopyCtorDeclaration()