Lines Matching refs:LHSIsNull
12681 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
12698 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
12703 << (LHSIsNull ? LHS.get()->getSourceRange() in CheckCompareOperands()
12712 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
12737 if ((LHSType->isIntegerType() && !LHSIsNull) || in CheckCompareOperands()
12809 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12818 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
12830 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12846 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()
12857 if (!getLangOpts().CPlusPlus && !IsOrdered && (LHSIsNull || RHSIsNull)) { in CheckCompareOperands()
12862 if (LHSIsNull && RHSType->isPointerType()) { in CheckCompareOperands()
12929 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
12943 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
12952 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12979 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
13006 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
13033 } else if ((LHSIsNull && LHSType->isIntegerType()) || in CheckCompareOperands()
13059 LHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
13072 if (!IsOrdered && LHSIsNull in CheckCompareOperands()
13087 if (LHSIsNull && RHSType->isQueueT()) { in CheckCompareOperands()