Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlambdacomp.d482 override void visit(NewExp) { buf.setsize(0); } in visit() argument
H A Dvisitor.h205 class NewExp; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dvisitor.h197 class NewExp; variable
H A Dexpression.c4282 NewExp::NewExp(Loc loc, Expression *thisexp, Expressions *newargs, in NewExp() function