Lines Matching refs:RHSIsNull
11729 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
11745 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11759 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11761 if (RHSIsNull) in CheckCompareOperands()
11770 (RHSType->isIntegerType() && !RHSIsNull)) { 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()
12052 (RHSIsNull && RHSType->isIntegerType())) { in CheckCompareOperands()
12080 RHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
12085 if (!IsOrdered && RHSIsNull in CheckCompareOperands()
12110 if (LHSType->isQueueT() && RHSIsNull) { in CheckCompareOperands()