Home
last modified time | relevance | path

Searched refs:isNullExp (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic2.d757 elem.isNullExp() ? "`null`".ptr : "empty".ptr); in doGNUABITagSemantic()
H A Dexpression.h142 NullExp* isNullExp();
H A Ddtoh.d2373 if (exp.isNullExp())
H A Ddcast.d1457 case EXP.null_ : return visitNull(e.isNullExp()); in implicitConvTo()
H A Dhdrgen.d2563 case EXP.null_: return visitNull(e.isNullExp()); in expressionPrettyPrint()
H A Dexpression.d1636 … inout(NullExp) isNullExp() { return op == EXP.null_ ? cast(typeof(return))this : null; } in isNullExp() function
H A Ddtemplate.d438 return cast(size_t)cast(void*) e.isNullExp().type; in expressionHash()