Searched refs:NotExp (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstaticcond.d53 NotExp ne = cast(NotExp)e;
188 NotExp no = cast(NotExp)orig;
189 NotExp ne = cast(NotExp)e;
322 NotExp no = cast(NotExp)orig;
323 NotExp ne = cast(NotExp)
[all...]
H A Dvisitor.h236 class NotExp;
508 virtual void visit(NotExp *e) { visit((UnaExp *)e); }
H A Dexpression.h177 NotExp* isNotExp();
876 class NotExp : public UnaExp class in inherits:UnaExp
H A Dopover.d951 result = new NotExp(e.loc, result);
961 result = new NotExp(result.loc, result);
H A Dparsetimevisitor.d216 void visit(AST.NotExp e) { visit(cast(AST.UnaExp)e); }
H A Dstatementsem.d1232 Expression condition = new NotExp(loc, e);
4092 ec = new NotExp(loc, ec);
4197 e = new NotExp(Loc.initial, e);
H A Doptimize.d412 void visitNop(NotExp e)
H A Dexpression.d1673 inout(NotExp) isNotExp() { return op == EXP.not ? cast(typeof(return))this : null; }
5320 extern (C++) final class NotExp : UnaExp
5324 super(loc, EXP.not, __traits(classInstanceSize, NotExp), e);
H A Dcparse.d942 e = new AST.NotExp(loc, e);
H A Dparse.d8458 e = new AST.NotExp(loc, e);
8939 e = new AST.NotExp(loc, e);
H A Dexpressionsem.d7295 override void visit(NotExp e)
7329 // Today NotExp can take an array as its operand.
11788 __equals = new NotExp(exp.loc, __equals);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h92 llvm::SMTExprRef NotExp = variable
96 ConditionTruthVal isNotSat = checkModel(State, Sym, NotExp);
140 llvm::SMTExprRef NotExp = SMTConv::fromBinOp(
146 Solver->addConstraint(NotExp);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dvisitor.h227 class NotExp;
521 virtual void visit(NotExp *e) { visit((UnaExp *)e); }
H A Dopover.c929 result = new NotExp(e->loc, result);
987 result = new NotExp(e->loc, result);
998 result = new NotExp(result->loc, result);
H A Dexpression.h931 class NotExp : public UnaExp class in inherits:UnaExp
934 NotExp(Loc loc, Expression *e);
H A Doptimize.c318 void visit(NotExp *e)
H A Dstatement.c1471 e = new NotExp(Loc(), e);
H A Dexpression.c5721 NotExp::NotExp(Loc loc, Expression *e) function in class:NotExp
5722 : UnaExp(loc, TOKnot, sizeof(NotExp), e)
H A Dparse.c7337 e = new NotExp(loc, e);
7669 e = new NotExp(loc, e);
H A Ddinterpret.c4288 e = ((NotExp *)e)->e1;
4452 ex = ((NotExp *)ex)->e1;
H A Dstatementsem.c1301 Expression *condition = new NotExp(loc, e);
H A Dexpressionsem.c4019 void visit(NotExp *e)
4053 // Bugzilla 13910: Today NotExp can take an array as its operand.
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1583 void visit (NotExp *e)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc1492 void visit (NotExp *e)

Completed in 347 milliseconds