Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.d5709 auto structinit = new StructLiteralExp(loc, sym, structelems); in defaultInitLiteral() local
5715 structinit.useStaticInit = true; in defaultInitLiteral()
5717 structinit.type = this; in defaultInitLiteral()
5718 return structinit; in defaultInitLiteral()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c8155 StructLiteralExp *structinit = new StructLiteralExp(loc, (StructDeclaration *)sym, structelems); in defaultInitLiteral() local
8161 structinit->useStaticInit = true; in defaultInitLiteral()
8163 structinit->type = this; in defaultInitLiteral()
8164 return structinit; in defaultInitLiteral()