Home
last modified time | relevance | path

Searched refs:RHSNull (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp8003 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() local
8009 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()
8018 << (RHSNull ? RHS.get()->getSourceRange() : SourceRange()); in checkArithmeticNull()
8024 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()