Home
last modified time | relevance | path

Searched defs:ErrorExp (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastcodegen.d44 alias ErrorExp = dmd.expression.ErrorExp; member
H A Dlambdacomp.d476 override void visit(ErrorExp) { buf.setsize(0); } in visit() argument
H A Dvisitor.h186 class ErrorExp; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dhdrgen.c2383 void visit(ErrorExp *) in visit() argument
H A Dvisitor.h180 class ErrorExp; variable
H A Dexpression.c2988 ErrorExp::ErrorExp() in ErrorExp() function