Searched refs:RHSNull (Results 1 – 2 of 2) sorted by relevance
8003 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() local8009 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()8018 << (RHSNull ? RHS.get()->getSourceRange() : SourceRange()); in checkArithmeticNull()8024 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()
10086 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() local10092 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()10101 << (RHSNull ? RHS.get()->getSourceRange() : SourceRange()); in checkArithmeticNull()10107 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()