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