Searched refs:findTempDecl (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | template.h | 346 bool findTempDecl(Scope *sc, WithScopeSymbol **pwithsym); 381 bool findTempDecl(Scope *sc);
|
| H A D | expressionsem.c | 861 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 D | dtemplate.c | 6012 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 D | expression.h | 838 bool findTempDecl(Scope *sc);
|
| H A D | expression.c | 326 if (!dti->findTempDecl(sc)) 5438 bool DotTemplateInstanceExp::findTempDecl(Scope *sc) in findTempDecl() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | expression.h | 794 bool findTempDecl(Scope *sc);
|
| H A D | expressionsem.d | 1198 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 D | dsymbolsem.d | 2656 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 D | dtemplate.d | 6346 extern (D) final bool findTempDecl(Scope* sc, WithScopeSymbol* pwithsym) in findTempDecl() function 7687 extern (D) bool findTempDecl(Scope* sc) in findTempDecl() function
|
| H A D | expression.d | 4899 bool findTempDecl(Scope* sc) in findTempDecl() function
|