Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp10699 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() local
10705 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()
10714 << (RHSNull ? RHS.get()->getSourceRange() : SourceRange()); in checkArithmeticNull()
10720 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()