Lines Matching refs:LHSIsNull
9165 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local
9168 if (!IsRelational && LHSIsNull != RHSIsNull) { in CheckCompareOperands()
9196 && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
9226 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()
9235 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
9248 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
9273 if (LHSIsNull && in CheckCompareOperands()
9307 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()
9321 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
9330 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
9354 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()
9380 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()
9394 } else if ((LHSIsNull && LHSType->isIntegerType()) || in CheckCompareOperands()
9416 LHSIsNull ? CK_NullToPointer : CK_IntegralToPointer); in CheckCompareOperands()
9429 if (!IsRelational && LHSIsNull in CheckCompareOperands()