Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8846 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() local
8852 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()
8861 << (RHSNull ? RHS.get()->getSourceRange() : SourceRange()); in checkArithmeticNull()
8867 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()