Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplate.h255 Dsymbol *tempdecl; // referenced by foo.bar.abc variable
H A Dsemantic2.d150 TemplateDeclaration tempdecl = tempinst.tempdecl.isTemplateDeclaration(); in visit() local
H A Ddsymbolsem.d2475 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 Dparse.d1096 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 Dsemantic3.d110 TemplateDeclaration tempdecl = tempinst.tempdecl.isTemplateDeclaration(); in visit() local
H A Ddmangle.d705 TemplateDeclaration tempdecl = ti.tempdecl.isTemplateDeclaration(); in mangleTemplateInstance() local
H A Ddtemplate.d4038 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 Dtemplate.h302 Dsymbol *tempdecl; // referenced by foo.bar.abc variable
H A Dparse.c2349 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 Ddtemplate.c3683 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