Searched refs:RHSIsNull (Results 1 – 2 of 2) sorted by relevance
73 bool RHSIsNull = in VisitObjCMessageExpr() local76 if (RHSIsNull && isRemovable(ME)) in VisitObjCMessageExpr()
10339 if (LHSIsNull != RHSIsNull) in CheckCompareOperands()10351 if (RHSIsNull) in CheckCompareOperands()10423 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()10445 if (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()10659 if (!IsRelational && RHSIsNull in CheckCompareOperands()[all …]