Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlambdacomp.d480 override void visit(IsExp) { buf.setsize(0); } in visit() argument
H A Dvisitor.h216 class IsExp; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dvisitor.h208 class IsExp; variable
H A Dexpression.c4891 IsExp::IsExp(Loc loc, Type *targ, Identifier *id, TOK tok, in IsExp() function