Lines Matching refs:RHSIsNull
10309 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
10339 if (LHSIsNull != RHSIsNull) in CheckCompareOperands()
10349 if (!IsRelational && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
10351 if (RHSIsNull) in CheckCompareOperands()
10360 (RHSType->isIntegerType() && !RHSIsNull)) { 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()
10626 (RHSIsNull && RHSType->isIntegerType())) { in CheckCompareOperands()
10654 RHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
10659 if (!IsRelational && RHSIsNull in CheckCompareOperands()
10684 if (LHSType->isQueueT() && RHSIsNull) { in CheckCompareOperands()