Searched refs:NonNullType (Results 1 – 3 of 3) 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()
10088 QualType NonNullType = LHSNull ? RHS.get()->getType() : LHS.get()->getType(); in checkArithmeticNull() local10092 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() || in checkArithmeticNull()10093 NonNullType->isMemberPointerType() || NonNullType->isFunctionType()) in checkArithmeticNull()10107 if (LHSNull == RHSNull || NonNullType->isAnyPointerType() || in checkArithmeticNull()10108 NonNullType->canDecayToPointerType()) in checkArithmeticNull()10112 << LHSNull /* LHS is NULL */ << NonNullType in checkArithmeticNull()
META-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...