Searched refs:isNullExp (Results 1 – 7 of 7) sorted by relevance
757 elem.isNullExp() ? "`null`".ptr : "empty".ptr); in doGNUABITagSemantic()
142 NullExp* isNullExp();
2373 if (exp.isNullExp())
1457 case EXP.null_ : return visitNull(e.isNullExp()); in implicitConvTo()
2563 case EXP.null_: return visitNull(e.isNullExp()); in expressionPrettyPrint()
1636 … inout(NullExp) isNullExp() { return op == EXP.null_ ? cast(typeof(return))this : null; } in isNullExp() function
438 return cast(size_t)cast(void*) e.isNullExp().type; in expressionHash()