Searched refs:LHSNull (Results 1 – 1 of 1) sorted by relevance
6722 bool LHSNull = isa<GNUNullExpr>(LHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() local6725 QualType NonNullType = LHSNull ? RHS.get()->getType() : LHS.get()->getType(); in checkArithmeticNull()6729 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()6737 << (LHSNull ? LHS.get()->getSourceRange() : SourceRange()) in checkArithmeticNull()6744 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()6749 << LHSNull /* LHS is NULL */ << NonNullType in checkArithmeticNull()