Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10396 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() local
10402 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()
10411 << (RHSNull ? RHS.get()->getSourceRange() : SourceRange()); in checkArithmeticNull()
10417 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()