Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic2.d137 override void visit(TemplateInstance tempinst) in visit()
H A Dsemantic3.d97 override void visit(TemplateInstance tempinst) in visit()
H A Ddsymbolsem.d5711 void templateInstanceSemantic(TemplateInstance tempinst, Scope* sc, Expressions* fargs) in templateInstanceSemantic()
6356 void aliasSeqInstanceSemantic(TemplateInstance tempinst, Scope* sc, TemplateDeclaration tempdecl) in aliasSeqInstanceSemantic()
6381 void aliasInstanceSemantic(TemplateInstance tempinst, Scope* sc, TemplateDeclaration tempdecl) in aliasInstanceSemantic()
H A Dparse.d1682 auto tempinst = new AST.TemplateInstance(loc, id, tiargs); in parseMixin() local
7863 auto tempinst = new AST.TemplateInstance(loc, id, parseTemplateArguments()); in parsePrimaryExp() local
H A Dmtype.d5487 TemplateInstance tempinst; variable
5489 extern (D) this(const ref Loc loc, TemplateInstance tempinst) in this()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c2684 TemplateInstance *tempinst = new TemplateInstance(loc, id); in parseMixin() local
3128 TemplateInstance *tempinst = new TemplateInstance(loc, id); in parseBasicType() local
3268 TemplateInstance *tempinst = new TemplateInstance(loc, id); in parseBasicTypeStartingAt() local
6725 TemplateInstance *tempinst; in parsePrimaryExp() local
H A Dmtype.c7198 TypeInstance::TypeInstance(Loc loc, TemplateInstance *tempinst) in TypeInstance()