Searched refs:isNotExp (Results 1 – 6 of 6) sorted by relevance
51 if (e.isNotExp()) in impl()
177 NotExp* isNotExp();
1332 case EXP.not: visitNop(ex.isNotExp()); break; in Expression_optimize()
4433 e = e.isNotExp().e1; in isPointerCmpExp()4576 if (auto ne = ex.isNotExp()) in interpretFourPointerRelation()
1673 inout(NotExp) isNotExp() { return op == EXP.not ? cast(typeof(return))this : null; } in isNotExp() function
6281 if (auto ne = exp.e1.isNotExp()) in visit()6287 if (auto ne2 = ne.e1.isNotExp()) in visit()