Lines Matching refs:LHSIsNull
13125 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
13142 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
13147 << (LHSIsNull ? LHS.get()->getSourceRange() in CheckCompareOperands()
13156 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
13181 if ((LHSType->isIntegerType() && !LHSIsNull) || 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()
13307 if (LHSIsNull && RHSType->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()
13478 } else if ((LHSIsNull && LHSType->isIntegerType()) || in CheckCompareOperands()
13504 LHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
13517 if (!IsOrdered && LHSIsNull in CheckCompareOperands()
13532 if (LHSIsNull && RHSType->isQueueT()) { in CheckCompareOperands()