Lines Matching refs:RHSIsNull
12106 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
12122 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
12136 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
12138 if (RHSIsNull) in CheckCompareOperands()
12162 (RHSType->isIntegerType() && !RHSIsNull)) { in CheckCompareOperands()
12233 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12242 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
12254 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12271 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()
12282 if (!getLangOpts().CPlusPlus && !IsOrdered && (LHSIsNull || RHSIsNull)) { in CheckCompareOperands()
12291 if (RHSIsNull && LHSType->isPointerType()) { in CheckCompareOperands()
12354 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
12368 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
12377 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12404 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
12432 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12460 (RHSIsNull && RHSType->isIntegerType())) { in CheckCompareOperands()
12488 RHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
12493 if (!IsOrdered && RHSIsNull in CheckCompareOperands()
12518 if (LHSType->isQueueT() && RHSIsNull) { in CheckCompareOperands()