Searched refs:RHSIsNull (Results 1 – 2 of 2) sorted by relevance
72 bool RHSIsNull = in VisitObjCMessageExpr() local75 if (RHSIsNull && isRemovable(ME)) in VisitObjCMessageExpr()
11729 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local11745 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()11759 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()11761 if (RHSIsNull) in CheckCompareOperands()11770 (RHSType->isIntegerType() && !RHSIsNull)) { in CheckCompareOperands()11847 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()11856 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()11868 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()11880 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()11947 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()[all …]