Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlambdacomp.d494 override void visit(TypeidExp) { buf.setsize(0); } in visit() argument
H A Dvisitor.h213 class TypeidExp; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dvisitor.h205 class TypeidExp; variable
H A Dexpression.c4854 TypeidExp::TypeidExp(Loc loc, RootObject *o) in TypeidExp() function