Searched defs:tempinst (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | semantic2.d | 137 override void visit(TemplateInstance tempinst) in visit()
|
H A D | semantic3.d | 97 override void visit(TemplateInstance tempinst) in visit()
|
H A D | dsymbolsem.d | 5711 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 D | parse.d | 1682 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 D | mtype.d | 5487 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 D | parse.c | 2684 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 D | mtype.c | 7198 TypeInstance::TypeInstance(Loc loc, TemplateInstance *tempinst) in TypeInstance()
|