Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlambdacomp.d483 override void visit(NullExp) { buf.setsize(0); } in visit() argument
H A Dvisitor.h194 class NullExp; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmangle.c693 void visit(NullExp *) in visit() argument
H A Dhdrgen.c2473 void visit(NullExp *) in visit() argument
H A Dvisitor.h188 class NullExp; variable
H A Dexpression.c3408 NullExp::NullExp(Loc loc, Type *type) in NullExp() function