Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlambdacomp.d493 override void visit(TypeExp) { buf.setsize(0); } in visit() argument
H A Dvisitor.h202 class TypeExp; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dvisitor.h194 class TypeExp; variable
H A Dexpression.c4165 TypeExp::TypeExp(Loc loc, Type *type) in TypeExp() function