Searched refs:RHSIsNull (Results 1 – 3 of 3) sorted by relevance
72 bool RHSIsNull = in VisitObjCMessageExpr() local75 if (RHSIsNull && isRemovable(ME)) in VisitObjCMessageExpr()
12682 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull; in CheckCompareOperands() local12698 if (CompositeTy->isPointerType() && LHSIsNull != RHSIsNull) { in CheckCompareOperands()12712 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()12714 if (RHSIsNull) in CheckCompareOperands()12738 (RHSType->isIntegerType() && !RHSIsNull)) { in CheckCompareOperands()12809 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()12818 if (getLangOpts().OpenCL && !LHSIsNull && !RHSIsNull) { in CheckCompareOperands()12830 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()12846 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()12857 if (!getLangOpts().CPlusPlus && !IsOrdered && (LHSIsNull || RHSIsNull)) { in CheckCompareOperands()[all …]
10682 bool RHSIsNull = isa<ConstantPointerNull>(RHS); in handleCmp() local10683 if (!LHSIsNull && !RHSIsNull) in handleCmp()10689 assert((LHSIsNull || RHSIsNull) && in handleCmp()