Home
last modified time | relevance | path

Searched defs:ASTCodegen (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastcodegen.d10 struct ASTCodegen struct
40 alias initializerToExpression = dmd.initsem.initializerToExpression;
41 alias typeToExpression = dmd.typesem.typeToExpression;
42 alias UserAttributeDeclaration = dmd.attrib.UserAttributeDeclaration;
43 alias Ensure = dmd.func.Ensure; // workaround for bug in older DMD frontends
44 alias ErrorExp = dmd.expression.ErrorExp;
46 alias MODFlags = dmd.mtype.MODFlags;
47 alias Type = dmd.mtype.Type;
48 alias Parameter = dmd.mtype.Parameter;
49 alias Tarray = dmd.mtype.Tarray;
[all …]