Lines Matching refs:LHSIsNull
12105 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
12122 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
12127 << (LHSIsNull ? LHS.get()->getSourceRange() in CheckCompareOperands()
12136 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
12161 if ((LHSType->isIntegerType() && !LHSIsNull) || 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()
12287 if (LHSIsNull && RHSType->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()
12459 } else if ((LHSIsNull && LHSType->isIntegerType()) || in CheckCompareOperands()
12485 LHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
12498 if (!IsOrdered && LHSIsNull in CheckCompareOperands()
12513 if (LHSIsNull && RHSType->isQueueT()) { in CheckCompareOperands()