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