Home
last modified time | relevance | path

Searched refs:isCastExp (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc88 CastExp *ce = e->isCastExp (); in lvalue_p()
168 CastExp *ce = e1b->isCastExp (); in binop_assignment()
803 CastExp *ce = e1b->isCastExp (); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d3364 CastExp ce = e1.isCastExp();
4768 if (auto ce = ea.isCastExp()) in visit()
4824 if (ea.isCastExp) in visit()
4825 ea = ea.isCastExp.e1; in visit()
4828 if (eb.isCastExp && fd.ident == Id._d_arrayctor) in visit()
4829 eb = eb.isCastExp.e1; in visit()
6082 if (auto ce1 = e.e1.isCastExp()) in visit()
H A Dexpression.h179 CastExp* isCastExp();
H A Doptimize.d1339 case EXP.cast_: visitCast(ex.isCastExp()); break; in Expression_optimize()
H A Dopover.d1285 case EXP.cast_ : return visitCast(e.isCastExp());
H A Ddcast.d1472 case EXP.cast_ : return visitCast(e.isCastExp()); in implicitConvTo()
3873 case EXP.cast_ : return visitCast(e.isCastExp()); in getIntRange()
H A Ddtoh.d2419 else if (auto ce = exp.isCastExp())
H A Dhdrgen.d2598 case EXP.cast_: return visitCast(e.isCastExp()); in expressionPrettyPrint()
H A Dexpression.d1675 … inout(CastExp) isCastExp() { return op == EXP.cast_ ? cast(typeof(return))this : null; } in isCastExp() function
H A Dexpressionsem.d2057 if (auto ce = a.isCastExp()) in functionParameters()
7667 if (!ex.isCastExp()) in visit()