Searched refs:NegExp (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Darrayop.c336 void visit(NegExp *e)
502 void visit(NegExp *e)
505 result = new NegExp(Loc(), ex1);
H A Dvisitor.h224 class NegExp;
518 virtual void visit(NegExp *e) { visit((UnaExp *)e); }
H A Dexpression.h907 class NegExp : public UnaExp class in inherits:UnaExp
910 NegExp(Loc loc, Expression *e);
H A Doptimize.c296 void visit(NegExp *e)
H A Dexpression.c5700 NegExp::NegExp(Loc loc, Expression *e) function in class:NegExp
5701 : UnaExp(loc, TOKneg, sizeof(NegExp), e)
H A Dopover.c81 void visit(NegExp *) { id = Id::neg; }
H A Dexpressionsem.c3913 void visit(NegExp *exp)
6876 e = new NegExp(exp->loc, exp);
6950 e = new NegExp(exp->loc, exp);
H A Ddcast.c3554 void visit(NegExp *e)
H A Dparse.c7325 e = new NegExp(loc, e);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dvisitor.h233 class NegExp;
506 virtual void visit(NegExp *e) { visit((UnaExp *)e); }
H A Dexpression.h174 NegExp* isNegExp();
858 class NegExp : public UnaExp class in inherits:UnaExp
H A Dparsetimevisitor.d214 void visit(AST.NegExp e) { visit(cast(AST.UnaExp)e); }
H A Doptimize.d392 void visitNeg(NegExp e)
H A Dexpression.d1670 inout(NegExp) isNegExp() { return op == EXP.negate ? cast(typeof(return))this : null; }
5272 extern (C++) final class NegExp : UnaExp
5276 super(loc, EXP.negate, __traits(classInstanceSize, NegExp), e);
H A Dcparse.d930 e = new AST.NegExp(loc, e);
H A Dexpressionsem.d7176 override void visit(NegExp exp)
7180 printf("NegExp::semantic('%s')\n", exp.toChars());
10768 e = new NegExp(exp.loc, exp);
10842 e = new NegExp(exp.loc, exp);
H A Ddcast.d3657 * ue = NegExp, UAddExp, or ComExp which is revised per rules
3863 IntRange visitNeg(NegExp e)
H A Dparse.d8446 e = new AST.NegExp(loc, e);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1607 void visit (NegExp *e)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc1516 void visit (NegExp *e)

Completed in 319 milliseconds