Searched refs:NonNullType (Results 1 – 1 of 1) sorted by relevance
8005 QualType NonNullType = LHSNull ? RHS.get()->getType() : LHS.get()->getType(); in checkArithmeticNull() local8009 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()8010 NonNullType->isMemberPointerType() || NonNullType->isFunctionType()) in checkArithmeticNull()8024 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()8025 NonNullType->canDecayToPointerType()) in checkArithmeticNull()8029 << LHSNull /* LHS is NULL */ << NonNullType in checkArithmeticNull()