Searched defs:tempdecl (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | template.h | 255 Dsymbol *tempdecl; // referenced by foo.bar.abc variable
|
H A D | semantic2.d | 150 TemplateDeclaration tempdecl = tempinst.tempdecl.isTemplateDeclaration(); in visit() local
|
H A D | dsymbolsem.d | 2475 override void visit(TemplateDeclaration tempdecl) in visit() 2669 auto tempdecl = tm.tempdecl.isTemplateDeclaration(); in visit() local 5797 TemplateDeclaration tempdecl = tempinst.tempdecl.isTemplateDeclaration(); in templateInstanceSemantic() local 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 | 1096 auto tempdecl = new AST.TemplateDeclaration(loc, ident, tpl, null, a2, 0); in parseAutoDeclarations() local 1431 AST.TemplateDeclaration tempdecl; variable 3322 auto tempdecl = new AST.TemplateDeclaration(loc, id, tpl, constraint, decldefs); in parseAggregate() local 4612 auto tempdecl = new AST.TemplateDeclaration(loc, ident, tpl, null, a2, 0); variable 4888 auto tempdecl = new AST.TemplateDeclaration(loc, ident, tpl, null, a2); in parseAliasDeclarations() local
|
H A D | semantic3.d | 110 TemplateDeclaration tempdecl = tempinst.tempdecl.isTemplateDeclaration(); in visit() local
|
H A D | dmangle.d | 705 TemplateDeclaration tempdecl = ti.tempdecl.isTemplateDeclaration(); in mangleTemplateInstance() local
|
H A D | dtemplate.d | 4038 TemplateDeclaration tempdecl = t.tempinst.tempdecl.isTemplateDeclaration(); in visit() local 5805 Dsymbol tempdecl; // referenced by foo.bar.abc variable 6860 TemplateDeclaration tempdecl = this.tempdecl.isTemplateDeclaration(); in findBestMatch() local 7415 TemplateDeclaration tempdecl = this.tempdecl.isTemplateDeclaration(); in declareParameters() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | template.h | 302 Dsymbol *tempdecl; // referenced by foo.bar.abc variable
|
H A D | parse.c | 2349 TemplateDeclaration *tempdecl = in parseAggregate() local 2427 TemplateDeclaration *tempdecl; in parseTemplateDeclaration() local 3824 TemplateDeclaration *tempdecl = in parseDeclarations() local 4080 TemplateDeclaration *tempdecl = in parseDeclarations() local 4117 TemplateDeclaration *tempdecl = in parseDeclarations() local 4300 TemplateDeclaration *tempdecl = in parseAutoDeclarations() local
|
H A D | dtemplate.c | 3683 TemplateDeclaration *tempdecl = t->tempinst->tempdecl->isTemplateDeclaration(); in deduceType() local 6027 TemplateDeclaration *tempdecl = this->tempdecl->isTemplateDeclaration(); in semantic() local 6991 TemplateDeclaration *tempdecl = this->tempdecl->isTemplateDeclaration(); in findBestMatch() local 7549 TemplateDeclaration *tempdecl = this->tempdecl->isTemplateDeclaration(); in genIdent() local 7686 TemplateDeclaration *tempdecl = this->tempdecl->isTemplateDeclaration(); in declareParameters() local 7708 TemplateDeclaration *tempdecl = this->tempdecl->isTemplateDeclaration(); in semantic2() local 7759 TemplateDeclaration *tempdecl = this->tempdecl->isTemplateDeclaration(); in semantic3() local 8382 TemplateDeclaration *tempdecl = this->tempdecl->isTemplateDeclaration(); in semantic() local
|