Searched refs:LHSNull (Results 1 – 1 of 1) sorted by relevance
7566 bool LHSNull = isa<GNUNullExpr>(LHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() local7569 QualType NonNullType = LHSNull ? RHS.get()->getType() : LHS.get()->getType(); in checkArithmeticNull()7573 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()7581 << (LHSNull ? LHS.get()->getSourceRange() : SourceRange()) in checkArithmeticNull()7588 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()7593 << LHSNull /* LHS is NULL */ << NonNullType in checkArithmeticNull()