Searched refs:RHSIsNull (Results 1 – 4 of 4) sorted by relevance
73 bool RHSIsNull = in VisitObjCMessageExpr() local76 if (RHSIsNull && isRemovable(ME)) in VisitObjCMessageExpr()
72 bool RHSIsNull = in VisitObjCMessageExpr() local75 if (RHSIsNull && isRemovable(ME)) in VisitObjCMessageExpr()
9166 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local9168 if (!IsRelational && LHSIsNull != RHSIsNull) { in CheckCompareOperands()9170 if (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()9263 if (RHSIsNull && in CheckCompareOperands()9307 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()9321 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()[all …]
11616 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local11632 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()11646 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()11648 if (RHSIsNull) in CheckCompareOperands()11657 (RHSType->isIntegerType() && !RHSIsNull)) { in CheckCompareOperands()11734 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()11743 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()11755 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()11767 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()11834 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()[all …]