Lines Matching refs:RHSIsNull
12421 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
12437 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
12451 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
12453 if (RHSIsNull) in CheckCompareOperands()
12477 (RHSType->isIntegerType() && !RHSIsNull)) { 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()
12753 (RHSIsNull && RHSType->isIntegerType())) { in CheckCompareOperands()
12781 RHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
12786 if (!IsOrdered && RHSIsNull in CheckCompareOperands()
12811 if (LHSType->isQueueT() && RHSIsNull) { in CheckCompareOperands()