Home
last modified time | relevance | path

Searched refs:updateTempDecl (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h347 bool updateTempDecl(Scope *sc, Dsymbol *s);
H A Dexpression.c746 if (!ti->updateTempDecl(sc, s)) in searchUFCS()
5458 return ti->updateTempDecl(sc, s); in findTempDecl()
H A Ddtemplate.c6582 if (!updateTempDecl(sc, s)) in findTempDecl()
6638 bool TemplateInstance::updateTempDecl(Scope *sc, Dsymbol *s) in updateTempDecl() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d6410 if (!updateTempDecl(sc, s)) in findTempDecl()
6462 extern (D) final bool updateTempDecl(Scope* sc, Dsymbol s) in updateTempDecl() function
H A Dexpression.d4939 return ti.updateTempDecl(sc, s); in findTempDecl()
H A Dexpressionsem.d463 if (!ti.updateTempDecl(sc, s)) in searchUFCS()