Searched refs:LHSIsNull (Results 1 – 1 of 1) sorted by relevance
8562 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local8565 if (!IsRelational && LHSIsNull != RHSIsNull) { in CheckCompareOperands()8593 && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()8623 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()8642 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()8667 if (LHSIsNull && in CheckCompareOperands()8701 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()8715 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()8724 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()8748 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()[all …]