Lines Matching refs:RHSIsNull
13126 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
13142 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
13156 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
13158 if (RHSIsNull) in CheckCompareOperands()
13182 (RHSType->isIntegerType() && !RHSIsNull)) { in CheckCompareOperands()
13253 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
13262 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
13274 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
13291 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()
13302 if (!getLangOpts().CPlusPlus && !IsOrdered && (LHSIsNull || RHSIsNull)) { in CheckCompareOperands()
13311 if (RHSIsNull && LHSType->isPointerType()) { in CheckCompareOperands()
13374 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
13388 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
13397 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
13424 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
13451 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
13479 (RHSIsNull && RHSType->isIntegerType())) { in CheckCompareOperands()
13507 RHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
13512 if (!IsOrdered && RHSIsNull in CheckCompareOperands()
13537 if (LHSType->isQueueT() && RHSIsNull) { in CheckCompareOperands()