| /xnu-8792.41.9/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 …AL__IPHONE_2_0_DEP__IPHONE_2_0_MSG(_msg) __attribute__((availability(ios,introduced=2.0,depreca… argument 99 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_0_MSG(_msg) __attribute__((availabili… argument 103 …AL__IPHONE_2_0_DEP__IPHONE_2_1_MSG(_msg) __attribute__((availability(ios,introduced=2.0,depreca… argument 105 …#define __AVAILABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_1_MSG(_msg) __attribute__((availabili… argument 109 …AL__IPHONE_2_0_DEP__IPHONE_2_2_MSG(_msg) __attribute__((availability(ios,introduced=2.0,depreca… 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 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 [all …]
|
| /xnu-8792.41.9/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-8792.41.9/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-8792.41.9/libkern/os/ |
| H A D | base.h | 240 #define OS_SWIFT_UNAVAILABLE(_msg) \ argument 241 __attribute__((__availability__(swift, unavailable, message=_msg))) 243 #define OS_SWIFT_UNAVAILABLE(_msg) argument
|
| /xnu-8792.41.9/tools/lldbmacros/core/ |
| H A D | kernelcore.py | 22 self._msg = msg 26 return '%s: %s' % (self._arch, self._msg)
|
| /xnu-8792.41.9/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 160 char *_msg = malloc(_ABORT_MSGSZ); \ 163 (void) _mach_snprintf(_msg, _ABORT_MSGSZ, \ 186 SK_ABORT_DYNAMIC(_msg); \
|