Lines Matching refs:LHSIsNull
12420 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
12437 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
12442 << (LHSIsNull ? LHS.get()->getSourceRange() in CheckCompareOperands()
12451 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
12476 if ((LHSType->isIntegerType() && !LHSIsNull) || in CheckCompareOperands()
12548 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12557 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
12569 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12581 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()
12648 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
12662 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
12671 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12698 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
12725 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12752 } else if ((LHSIsNull && LHSType->isIntegerType()) || in CheckCompareOperands()
12778 LHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
12791 if (!IsOrdered && LHSIsNull in CheckCompareOperands()
12806 if (LHSIsNull && RHSType->isQueueT()) { in CheckCompareOperands()