Lines Matching refs:LHSIsNull
11728 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
11745 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11750 << (LHSIsNull ? LHS.get()->getSourceRange() in CheckCompareOperands()
11759 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11769 if ((LHSType->isIntegerType() && !LHSIsNull) || in CheckCompareOperands()
11847 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
11856 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
11868 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
11880 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()
11947 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
11961 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
11970 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
11997 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
12024 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12051 } else if ((LHSIsNull && LHSType->isIntegerType()) || in CheckCompareOperands()
12077 LHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
12090 if (!IsOrdered && LHSIsNull in CheckCompareOperands()
12105 if (LHSIsNull && RHSType->isQueueT()) { in CheckCompareOperands()