Searched refs:__OS_AVAILABILITY_MSG (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/EXTERNAL_HEADERS/ |
| H A D | Availability.h | 214 …#define __OS_AVAILABILITY_MSG(_target, _availability, _msg) __attribute__((availability(_target,_… macro 217 …#define __OS_AVAILABILITY_MSG(_target, _availability, _msg) __attribute__((availability(_target,_… macro 220 #define __OS_AVAILABILITY_MSG(_target, _availability, _msg) macro 224 #define __OS_AVAILABILITY_MSG(_target, _availability, _msg) macro 231 …#define __OSX_EXTENSION_UNAVAILABLE(_msg) __OS_AVAILABILITY_MSG(macosx_app_extension,unavailable,… 232 …#define __IOS_EXTENSION_UNAVAILABLE(_msg) __OS_AVAILABILITY_MSG(ios_app_extension,unavailable,_ms… 251 …#define __OSX_DEPRECATED(_start, _dep, _msg) __OSX_AVAILABLE(_start) __OS_AVAILABILITY_MSG(macosx,… 274 …#define __IOS_DEPRECATED(_start, _dep, _msg) __IOS_AVAILABLE(_start) __OS_AVAILABILITY_MSG(ios,dep… 301 …#define __TVOS_DEPRECATED(_start, _dep, _msg) __TVOS_AVAILABLE(_start) __OS_AVAILABILITY_MSG(tvos,… 328 …ATCHOS_DEPRECATED(_start, _dep, _msg) __WATCHOS_AVAILABLE(_start) __OS_AVAILABILITY_MSG(watchos,de… [all …]
|