Lines Matching refs:LHSIsNull
10308 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
10339 if (LHSIsNull != RHSIsNull) in CheckCompareOperands()
10349 if (!IsRelational && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
10359 if ((LHSType->isIntegerType() && !LHSIsNull) || in CheckCompareOperands()
10423 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
10432 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
10445 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
10457 if (!IsRelational && LHSIsNull && RHSIsNull) { in CheckCompareOperands()
10524 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
10538 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
10547 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
10571 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
10598 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
10625 } else if ((LHSIsNull && LHSType->isIntegerType()) || in CheckCompareOperands()
10651 LHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
10664 if (!IsRelational && LHSIsNull in CheckCompareOperands()
10679 if (LHSIsNull && RHSType->isQueueT()) { in CheckCompareOperands()