Lines Matching refs:unavailable
231 …ine __OSX_EXTENSION_UNAVAILABLE(_msg) __OS_AVAILABILITY_MSG(macosx_app_extension,unavailable,_msg)
232 …#define __IOS_EXTENSION_UNAVAILABLE(_msg) __OS_AVAILABILITY_MSG(ios_app_extension,unavailable,_ms…
249 #define __OSX_UNAVAILABLE __OS_AVAILABILITY(macosx,unavailable)
271 #define __IOS_UNAVAILABLE __OS_AVAILABILITY(ios,unavailable)
272 #define __IOS_PROHIBITED __OS_AVAILABILITY(ios,unavailable)
298 #define __TVOS_UNAVAILABLE __OS_AVAILABILITY(tvos,unavailable)
299 #define __TVOS_PROHIBITED __OS_AVAILABILITY(tvos,unavailable)
325 #define __WATCHOS_UNAVAILABLE __OS_AVAILABILITY(watchos,unavailable)
326 #define __WATCHOS_PROHIBITED __OS_AVAILABILITY(watchos,unavailable)
352 #define __SWIFT_UNAVAILABLE __OS_AVAILABILITY(swift,unavailable)
353 #define __SWIFT_UNAVAILABLE_MSG(_msg) __OS_AVAILABILITY_MSG(swift,unavailable,_msg)