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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcppmangle.c592 if (getFuncTemplateDecl(d))
H A Dtraits.c704 if (TemplateDeclaration *td = getFuncTemplateDecl(f))
H A Dexpression.h69 TemplateDeclaration *getFuncTemplateDecl(Dsymbol *s);
H A Dexpression.c732 TemplateDeclaration *td = getFuncTemplateDecl(f);
1218 TemplateDeclaration *getFuncTemplateDecl(Dsymbol *s) function
H A Dexpressionsem.c352 TemplateDeclaration *td = getFuncTemplateDecl(f);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcppmangle.d1054 if (TemplateDeclaration ftd = getFuncTemplateDecl(d))
H A Dtraits.d890 if (auto td = getFuncTemplateDecl(f))
H A Dtypesem.d3050 if (auto td = getFuncTemplateDecl(f))
H A Dexpressionsem.d451 TemplateDeclaration td = getFuncTemplateDecl(f);
2660 TemplateDeclaration td = getFuncTemplateDecl(f);
H A Dexpression.d383 TemplateDeclaration getFuncTemplateDecl(Dsymbol s)

Completed in 149 milliseconds