Home
last modified time | relevance | path

Searched refs:isAndExp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h219 AndExp* isAndExp();
H A Doptimize.d1374 case EXP.and: visitAnd(ex.isAndExp()); break; in Expression_optimize()
H A Ddcast.d1467 case EXP.and : return visitAnd(e.isAndExp()); in implicitConvTo()
3879 case EXP.and : return visitAnd(e.isAndExp()); in getIntRange()
H A Dexpression.d1729 inout(AndExp) isAndExp() { return op == EXP.and ? cast(typeof(return))this : null; } in isAndExp() function