Home
last modified time | relevance | path

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

/netbsd-src/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 Dexpressionsem.c861 if (!ti->findTempDecl(sc, &withsym) || in visit()
2803 if (!ti->findTempDecl(sc, &withsym) || in visit()
2852 if (!se->findTempDecl(sc) || in visit()
8683 if (!exp->findTempDecl(sc)) in semanticY()
8765 if (!exp->findTempDecl(sc) || in semanticY()
H A Ddtemplate.c6012 if (!findTempDecl(sc, NULL) || in semantic()
6530 bool TemplateInstance::findTempDecl(Scope *sc, WithScopeSymbol **pwithsym) in findTempDecl() function
8265 bool TemplateMixin::findTempDecl(Scope *sc) in findTempDecl() function
8365 if (!findTempDecl(sc) || in semantic()
H A Dexpression.h838 bool findTempDecl(Scope *sc);
H A Dexpression.c326 if (!dti->findTempDecl(sc))
5438 bool DotTemplateInstanceExp::findTempDecl(Scope *sc) in findTempDecl() function
/netbsd-src/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)) in visit()
4265 if (!ti.findTempDecl(sc, &withsym) || !ti.semanticTiargs(sc)) in visit()
4310 if (!se.findTempDecl(sc) || !ti.semanticTiargs(sc)) in visit()
12745 if (!exp.findTempDecl(sc)) in semanticY()
12817 if (!exp.findTempDecl(sc) || !exp.ti.semanticTiargs(sc)) in semanticY()
H A Ddsymbolsem.d2656 if (!tm.findTempDecl(sc) || !tm.semanticTiargs(sc) || !tm.findBestMatch(sc, null)) in visit()
5783 …if (!tempinst.findTempDecl(sc, null) || !tempinst.semanticTiargs(sc) || !tempinst.findBestMatch(sc… in templateInstanceSemantic()
H A Ddtemplate.d6346 extern (D) final bool findTempDecl(Scope* sc, WithScopeSymbol* pwithsym) in findTempDecl() function
7687 extern (D) bool findTempDecl(Scope* sc) in findTempDecl() function
H A Dexpression.d4899 bool findTempDecl(Scope* sc) in findTempDecl() function