Home
last modified time | relevance | path

Searched defs:TemplateExp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlambdacomp.d489 override void visit(TemplateExp) { buf.setsize(0); } in visit() argument
H A Dvisitor.h204 class TemplateExp; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dvisitor.h196 class TemplateExp; variable
H A Dexpression.c4244 TemplateExp::TemplateExp(Loc loc, TemplateDeclaration *td, FuncDeclaration *fd) in TemplateExp() function