Lines Matching refs:LHSIsNull
11817 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
11834 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11839 << (LHSIsNull ? LHS.get()->getSourceRange() in CheckCompareOperands()
11848 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
11873 if ((LHSType->isIntegerType() && !LHSIsNull) || in CheckCompareOperands()
11945 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
11954 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
11966 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
11978 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()
12045 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
12059 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
12068 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12095 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
12122 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
12149 } else if ((LHSIsNull && LHSType->isIntegerType()) || in CheckCompareOperands()
12175 LHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
12188 if (!IsOrdered && LHSIsNull in CheckCompareOperands()
12203 if (LHSIsNull && RHSType->isQueueT()) { in CheckCompareOperands()