Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp6722 bool LHSNull = isa<GNUNullExpr>(LHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() local
6725 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()