Searched refs:findTempDecl (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h346 bool findTempDecl(Scope *sc, WithScopeSymbol **pwithsym);
381 bool findTempDecl(Scope *sc);
H A Ddtemplate.c6012 if (!findTempDecl(sc, NULL) ||
6530 bool TemplateInstance::findTempDecl(Scope *sc, WithScopeSymbol **pwithsym) function in class:TemplateInstance
6538 //printf("TemplateInstance::findTempDecl() %s\n", toChars());
8265 bool TemplateMixin::findTempDecl(Scope *sc) function in class:TemplateMixin
8365 if (!findTempDecl(sc) ||
H A Dexpressionsem.c861 if (!ti->findTempDecl(sc, &withsym) ||
2803 if (!ti->findTempDecl(sc, &withsym) ||
2852 if (!se->findTempDecl(sc) ||
8683 if (!exp->findTempDecl(sc))
8765 if (!exp->findTempDecl(sc) ||
H A Dexpression.h838 bool findTempDecl(Scope *sc);
H A Dexpression.c326 if (!dti->findTempDecl(sc))
5438 bool DotTemplateInstanceExp::findTempDecl(Scope *sc) function in class:DotTemplateInstanceExp
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h794 bool findTempDecl(Scope *sc);
H A Dexpressionsem.d1198 if (!dti.findTempDecl(sc))
3310 if (!ti.findTempDecl(sc, &withsym) || !ti.semanticTiargs(sc))
4265 if (!ti.findTempDecl(sc, &withsym) || !ti.semanticTiargs(sc))
4310 if (!se.findTempDecl(sc) || !ti.semanticTiargs(sc))
12745 if (!exp.findTempDecl(sc))
12817 if (!exp.findTempDecl(sc) || !exp.ti.semanticTiargs(sc))
H A Ddtemplate.d6346 extern (D) final bool findTempDecl(Scope* sc, WithScopeSymbol* pwithsym)
6354 //printf("TemplateInstance.findTempDecl() %s\n", toChars());
7687 extern (D) bool findTempDecl(Scope* sc)
H A Ddsymbolsem.d2656 if (!tm.findTempDecl(sc) || !tm.semanticTiargs(sc) || !tm.findBestMatch(sc, null))
5783 if (!tempinst.findTempDecl(sc, null) || !tempinst.semanticTiargs(sc) || !tempinst.findBestMatch(sc, fargs))
H A Dexpression.d4899 bool findTempDecl(Scope* sc)
4903 printf("DotTemplateInstanceExp::findTempDecl('%s')\n", toChars());

Completed in 207 milliseconds