Lines Matching refs:RHSIsNull
12682 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
12698 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
12712 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
12714 if (RHSIsNull) in CheckCompareOperands()
12738 (RHSType->isIntegerType() && !RHSIsNull)) { 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()
12866 if (RHSIsNull && LHSType->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()
13034 (RHSIsNull && RHSType->isIntegerType())) { in CheckCompareOperands()
13062 RHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
13067 if (!IsOrdered && RHSIsNull in CheckCompareOperands()
13092 if (LHSType->isQueueT() && RHSIsNull) { in CheckCompareOperands()