Lines Matching refs:RHSIsNull
11818 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
11834 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11848 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11850 if (RHSIsNull) in CheckCompareOperands()
11874 (RHSType->isIntegerType() && !RHSIsNull)) { in CheckCompareOperands()
11945 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
11954 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
11966 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
11978 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()
12045 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
12059 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
12068 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12095 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
12122 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12150 (RHSIsNull && RHSType->isIntegerType())) { in CheckCompareOperands()
12178 RHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
12183 if (!IsOrdered && RHSIsNull in CheckCompareOperands()
12208 if (LHSType->isQueueT() && RHSIsNull) { in CheckCompareOperands()