Searched defs:_msg (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.121.2/EXTERNAL_HEADERS/ |
| H A D | AvailabilityInternal.h | 67 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated(_msg))) argument 69 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated)) argument 72 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated(_msg))) argument 74 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated)) argument 97 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_0_MSG(_msg) __attribute__((availabili… argument 99 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_0_MSG(_msg) __attribute__((availabili… argument 103 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_1_MSG(_msg) __attribute__((availabili… argument 105 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_1_MSG(_msg) __attribute__((availabili… argument 109 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_2_MSG(_msg) __attribute__((availabili… argument 111 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_2_MSG(_msg) __attribute__((availabili… argument [all …]
|
| H A D | Availability.h | 194 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) \ argument 201 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) \ argument 207 #define __OSX_AVAILABLE_BUT_DEPRECATED_MSG(_osxIntro, _osxDep, _iosIntro, _iosDep, _msg) argument 214 …#define __OS_AVAILABILITY_MSG(_target, _availability, _msg) __attribute__((availability(_target,_… 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 [all …]
|
| /xnu-8796.121.2/bsd/sys/ |
| H A D | cdefs.h | 215 #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) argument 217 #define __deprecated_msg(_msg) __attribute__((__deprecated__)) argument 221 #define __deprecated_enum_msg(_msg) __deprecated_msg(_msg) argument 223 #define __deprecated_enum_msg(_msg) argument 227 #define __kpi_deprecated(_msg) __deprecated_msg(_msg) argument 229 #define __kpi_deprecated(_msg) argument 345 #define __swift_unavailable(_msg) __attribute__((__availability__(swift, unavailable, message… argument 347 #define __swift_unavailable(_msg) argument
|
| /xnu-8796.121.2/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cc.h | 28 …#define __CC_BRIDGEOS_DEPRECATED(_dep, _msg) __attribute__((availability(bridgeos,deprecated=_dep,… argument 33 #define __CC_BRIDGEOS_DEPRECATED(_dep, _msg) argument
|
| /xnu-8796.121.2/libkern/os/ |
| H A D | base.h | 240 #define OS_SWIFT_UNAVAILABLE(_msg) \ argument 243 #define OS_SWIFT_UNAVAILABLE(_msg) argument
|