Searched refs:null_ (Results 1 – 21 of 21) sorted by relevance
360 …tion_ || e.op == EXP.delegate_ || e.op == EXP.symbolOffset || e.op == EXP.null_ || e.op == EXP.var… in copyLiteral()374 if (se.e1.op == EXP.null_) in copyLiteral()513 if (se.e1.op == EXP.null_)536 case EXP.null_: in resolveArrayLength()668 …e.toBool().hasValue(true) || ((e.type.ty == Tpointer || e.type.ty == Tclass) && e.op != EXP.null_); in isTrueBool()949 const null1 = (agg1.op == EXP.null_); in comparePointers()950 const null2 = (agg2.op == EXP.null_); in comparePointers()1022 …if (e.op == EXP.null_ || e.op == EXP.string_ || e.op == EXP.function_ || e.op == EXP.delegate_ || … in isCtfeComparable()1170 assert(e.op == EXP.null_); in funcptrOf()1176 … return e.op == EXP.arrayLiteral || e.op == EXP.string_ || e.op == EXP.slice || e.op == EXP.null_; in isArray()[all …]
63 case EXP.null_: in isConst()727 if (e1.op == EXP.null_) in Equal()729 if (e2.op == EXP.null_) in Equal()745 else if (e2.op == EXP.null_) in Equal()921 if (e1.op == EXP.null_) in Identity()923 cmp = (e2.op == EXP.null_); in Identity()925 else if (e2.op == EXP.null_) in Identity()1508 if (e1.op == EXP.null_ && (e2.op == EXP.int64 || e2.op == EXP.structLiteral)) in Cat()1514 else if ((e1.op == EXP.int64 || e1.op == EXP.structLiteral) && e2.op == EXP.null_) in Cat()1548 else if (e1.op == EXP.null_ && e2.op == EXP.null_) in Cat()[all …]
51 null_, enumerator297 null_, enumerator
42 null_, enumerator287 null_,452 TOK.null_,658 TOK.null_: "null",
70 case EXP.null_: in ctfeInterpret()2399 if (result.op == EXP.null_) in visit()3733 e1.op == EXP.null_ && e1.type.toBasetype().ty == Tarray)4033 else if (e1.op == EXP.null_) in interpretAssignToSlice()4515 if (!pointToSameMemoryBlock(agg1, agg2) && agg1.op != EXP.null_ && agg2.op != EXP.null_) in interpretFourPointerRelation()4888 if (pthis.op == EXP.null_) in visit()5031 if (econd.op != EXP.null_) in visit()5065 … if (e1.op != EXP.string_ && e1.op != EXP.arrayLiteral && e1.op != EXP.slice && e1.op != EXP.null_) in visit()5201 if (agg.op == EXP.null_) in resolveIndexing()5243 if (e1.op == EXP.null_) in resolveIndexing()[all …]
1457 case EXP.null_ : return visitNull(e.isNullExp()); in implicitConvTo()3078 …if ((t1.ty == Tsarray || t1.ty == Tarray) && (e2.op == EXP.null_ && t2.ty == Tpointer && t2.nextOf… in typeMerge()3090 …if ((t2.ty == Tsarray || t2.ty == Tarray) && (e1.op == EXP.null_ && t1.ty == Tpointer && t1.nextOf… in typeMerge()3135 if (e1.op == EXP.null_ && e2.op != EXP.null_) in typeMerge()3137 else if (e1.op != EXP.null_ && e2.op == EXP.null_) in typeMerge()3162 if (e1.op == EXP.null_ && e2.op != EXP.null_) in typeMerge()3164 else if (e1.op != EXP.null_ && e2.op == EXP.null_) in typeMerge()3353 if ((e1.op == EXP.string_ || e1.op == EXP.null_) && e1.implicitConvTo(t2)) in typeMerge()3355 if ((e2.op == EXP.string_ || e2.op == EXP.null_) && e2.implicitConvTo(t1)) in typeMerge()
91 e.op == EXP.complex80 || e.op == EXP.null_ || e.op == EXP.string_) in visit()
812 … if (e.e1.op == EXP.null_ && (e.type.ty == Tpointer || e.type.ty == Tclass || e.type.ty == Tarray)) in Expression_optimize()1121 if ((e.e1.isConst() && e.e2.isConst()) || (e.e1.op == EXP.null_ && e.e2.op == EXP.null_)) in Expression_optimize()
528 case EXP.null_: in _isZeroInit()
596 tok = TOK.null_; in search_correct_C()
908 if (t1.ty == Tclass && e.e2.op == EXP.null_ || in visitEqual()909 t2.ty == Tclass && e.e1.op == EXP.null_) in visitEqual()
1940 case TOK.null_: in parseTemplateSingleArgument()5637 case TOK.null_:7124 case TOK.null_: in isBasicType()7942 case TOK.null_: in parsePrimaryExp()8609 case TOK.null_: in parseUnaryExp()9379 EXP.null_ : PREC.primary,
2563 case EXP.null_: return visitNull(e.isNullExp()); in expressionPrettyPrint()3451 …if (e.op == EXP.int64 || e.op == EXP.float64 || e.op == EXP.null_ || e.op == EXP.string_ || e.op =… in tiargsToBuffer()4021 EXP.null_ : "null", in EXPtoString()
1340 if (e.op == EXP.null_) in hasNonConstPointers()
1636 … inout(NullExp) isNullExp() { return op == EXP.null_ ? cast(typeof(return))this : null; } in isNullExp()2383 super(loc, EXP.null_, __traits(classInstanceSize, NullExp));2391 if (e.op == EXP.null_ && type.equals(e.type)) in equals()
9690 (telem.ty != Tvoid || e2x.op == EXP.null_) && in visit()11410 if (t1.ty == Tclass && exp.e2.op == EXP.null_ || t2.ty == Tclass && exp.e1.op == EXP.null_) in visit()12979 case EXP.null_: return false; in check()13239 if (i < sd.fields.dim && e.op == EXP.null_) in fit()
437 case EXP.null_: in expressionHash()7265 …P.int64 && ea.op != EXP.float64 && ea.op != EXP.complex80 && ea.op != EXP.null_ && ea.op != EXP.st… in hasNestedArgs()
3679 if (e.op == EXP.null_) in dotExp()
89 null_, enumerator102 /* deprecated("Use .null_") */ NULL = null_,363 return type == JSONType.null_;468 type_tag = JSONType.null_;662 enforce!JSONException(type == JSONType.object || type == JSONType.null_,814 case JSONType.null_:937 root.type_tag = JSONType.null_;1368 value.type_tag = JSONType.null_;1707 case JSONType.null_:1877 assert(jv.type == JSONType.null_);[all …]
394 Opaque null_ = null;395 Opaque notNull = cast(Opaque) &null_;396 test(null_, notNull, "null != <Opaque>");
1834 if (e->e1->op == EXP::null_) in visit()