Home
last modified time | relevance | path

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

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