Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp10962 QualType NonNullType = LHSNull ? RHS.get()->getType() : LHS.get()->getType(); in checkArithmeticNull() local
10966 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()
10967 NonNullType->isMemberPointerType() || NonNullType->isFunctionType()) in checkArithmeticNull()
10981 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()
10982 NonNullType->canDecayToPointerType()) in checkArithmeticNull()
10986 << LHSNull /* LHS is NULL */ << NonNullType in checkArithmeticNull()