Lines Matching refs:_msg

194     #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) \  argument
195 … __AVAILABILITY_INTERNAL##_iosIntro##_DEP##_iosDep##_MSG(_msg)
201 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) \ argument
202 … __AVAILABILITY_INTERNAL##_osxIntro##_DEP##_osxDep##_MSG(_msg)
207 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) argument
214 …_AVAILABILITY_MSG(_target, _availability, _msg) __attribute__((availability(_target,_availability… argument
217 …#define __OS_AVAILABILITY_MSG(_target, _availability, _msg) __attribute__((availability(_target,_… argument
220 #define __OS_AVAILABILITY_MSG(_target, _availability, _msg) argument
224 #define __OS_AVAILABILITY_MSG(_target, _availability, _msg) argument
231 …#define __OSX_EXTENSION_UNAVAILABLE(_msg) __OS_AVAILABILITY_MSG(macosx_app_extension,unavailable, argument
232 …#define __IOS_EXTENSION_UNAVAILABLE(_msg) __OS_AVAILABILITY_MSG(ios_app_extension,unavailable,_ms… argument
234 #define __OSX_EXTENSION_UNAVAILABLE(_msg) argument
235 #define __IOS_EXTENSION_UNAVAILABLE(_msg) argument
238 #define __OSX_EXTENSION_UNAVAILABLE(_msg) argument
239 #define __IOS_EXTENSION_UNAVAILABLE(_msg) argument
242 #define __OS_EXTENSION_UNAVAILABLE(_msg) __OSX_EXTENSION_UNAVAILABLE(_msg) __IOS_EXTENSION_UNAVAIL… argument
251 …efine __OSX_DEPRECATED(_start, _dep, _msg) __OSX_AVAILABLE(_start) __OS_AVAILABILITY_MSG(macosx,de… argument
264 #define __OSX_DEPRECATED(_start, _dep, _msg) argument
274 …define __IOS_DEPRECATED(_start, _dep, _msg) __IOS_AVAILABLE(_start) __OS_AVAILABILITY_MSG(ios,depr… argument
291 #define __IOS_DEPRECATED(_start, _dep, _msg) argument
301 …fine __TVOS_DEPRECATED(_start, _dep, _msg) __TVOS_AVAILABLE(_start) __OS_AVAILABILITY_MSG(tvos,dep… argument
318 #define __TVOS_DEPRECATED(_start, _dep, _msg) argument
328 …_WATCHOS_DEPRECATED(_start, _dep, _msg) __WATCHOS_AVAILABLE(_start) __OS_AVAILABILITY_MSG(watchos,… argument
345 #define __WATCHOS_DEPRECATED(_start, _dep, _msg) argument
353 #define __SWIFT_UNAVAILABLE_MSG(_msg) __OS_AVAILABILITY_MSG(swift,unavailable,_msg) argument
362 #define __SWIFT_UNAVAILABLE_MSG(_msg) argument