Home
last modified time | relevance | path

Searched refs:findExistingInstance (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h99 TemplateInstance *findExistingInstance(TemplateInstance *tithis, Expressions *fargs);
H A Ddtemplate.c2783 TemplateInstance *TemplateDeclaration::findExistingInstance(TemplateInstance *tithis, Expressions *… in findExistingInstance() function
6044 inst = tempdecl->findExistingInstance(this, fargs); in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d5839 tempinst.inst = tempdecl.findExistingInstance(tempinst, fargs); in templateInstanceSemantic()
H A Ddtemplate.d2468 extern (D) TemplateInstance findExistingInstance(TemplateInstance tithis, Expressions* fargs) in findExistingInstance() function