Searched refs:NonNullType (Results 1 – 1 of 1) sorted by relevance
10614 QualType NonNullType = LHSNull ? RHS.get()->getType() : LHS.get()->getType(); in checkArithmeticNull() local10618 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()10619 NonNullType->isMemberPointerType() || NonNullType->isFunctionType()) in checkArithmeticNull()10633 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()10634 NonNullType->canDecayToPointerType()) in checkArithmeticNull()10638 << LHSNull /* LHS is NULL */ << NonNullType in checkArithmeticNull()