Searched refs:RHSNull (Results 1 – 1 of 1) sorted by relevance
10699 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() local10705 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()10714 << (RHSNull ? RHS.get()->getSourceRange() : SourceRange()); in checkArithmeticNull()10720 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()