Searched defs:specType (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dtemplate.d | 5377 Type specType; // if !=null, this is the type specialization variable 5382 extern (D) this(const ref Loc loc, Identifier ident, Type specType, Type defaultType) in this() 5470 extern (D) this(const ref Loc loc, Identifier ident, Type specType, Type defaultType) in this() 5616 Type specType; variable 5622 …extern (D) this(const ref Loc loc, Identifier ident, Type specType, RootObject specAlias, RootObje… in this()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dtemplate.c | 5015 TemplateTypeParameter::TemplateTypeParameter(Loc loc, Identifier *ident, Type *specType, in TemplateTypeParameter() 5189 Type *specType, in TemplateThisParameter() 5214 Type *specType, RootObject *specAlias, RootObject *defaultAlias) in TemplateAliasParameter()
|