Searched refs:_msg (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/EXTERNAL_HEADERS/ |
| H A D | AvailabilityInternal.h | 67 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated(_msg))) argument 72 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated(_msg))) argument 2809 …LABILITY_INTERNAL__IPHONE_2_0_DEP__IPHONE_2_0_MSG(_msg) __AVAILABILITY_INTERNAL_DEPRECATED_MSG(… argument 22284 …AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_1_MSG(_msg) __AVAILABILITY_INTERNAL_DEPRECATED_MSG(… argument 22286 …AVAILABILITY_INTERNAL__MAC_10_1_DEP__MAC_10_1_MSG(_msg) __AVAILABILITY_INTERNAL_DEPRECATED_MSG(… argument 22295 …AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_2_MSG(_msg) __AVAILABILITY_INTERNAL_DEPRECATED_MSG(… argument 22297 …AVAILABILITY_INTERNAL__MAC_10_1_DEP__MAC_10_2_MSG(_msg) __AVAILABILITY_INTERNAL_DEPRECATED_MSG(… argument 22299 …AVAILABILITY_INTERNAL__MAC_10_2_DEP__MAC_10_2_MSG(_msg) __AVAILABILITY_INTERNAL_DEPRECATED_MSG(… argument 22310 …AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_3_MSG(_msg) __AVAILABILITY_INTERNAL_DEPRECATED_MSG(… argument 22312 …AVAILABILITY_INTERNAL__MAC_10_1_DEP__MAC_10_3_MSG(_msg) __AVAILABILITY_INTERNAL_DEPRECATED_MSG(… argument [all …]
|
| H A D | Availability.h | 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 264 #define __OSX_DEPRECATED(_start, _dep, _msg) argument 274 …define __IOS_DEPRECATED(_start, _dep, _msg) __IOS_AVAILABLE(_start) __OS_AVAILABILITY_MSG(ios,depr… argument 353 #define __SWIFT_UNAVAILABLE_MSG(_msg) __OS_AVAILABILITY_MSG(swift,unavailable,_msg) argument [all …]
|
| /xnu-11215/bsd/sys/ |
| H A D | cdefs.h | 218 #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) argument 220 #define __deprecated_msg(_msg) __attribute__((__deprecated__)) argument 224 #define __deprecated_enum_msg(_msg) __deprecated_msg(_msg) argument 226 #define __deprecated_enum_msg(_msg) argument 230 #define __kpi_deprecated(_msg) __deprecated_msg(_msg) argument 232 #define __kpi_deprecated(_msg) argument 348 #define __swift_unavailable(_msg) __attribute__((__availability__(swift, unavailable, message… argument 350 #define __swift_unavailable(_msg) argument 357 …fine __swift_unavailable_from_async(_msg) __attribute__((__swift_attr__("@_unavailableFromAsync… argument 361 #define __swift_unavailable_from_async(_msg) argument
|
| /xnu-11215/EXTERNAL_HEADERS/corecrypto/ |
| H A D | cc.h | 30 …define __CC_BRIDGEOS_DEPRECATED(_dep, _msg) __attribute__((availability(bridgeos,deprecated=_dep, … argument 35 #define __CC_BRIDGEOS_DEPRECATED(_dep, _msg) argument
|
| /xnu-11215/EXTERNAL_HEADERS/image4/shim/ |
| H A D | base.h | 239 #define OS_SWIFT_UNAVAILABLE(_msg) \ argument 240 __attribute__((__availability__(swift, unavailable, message=_msg))) 242 #define OS_SWIFT_UNAVAILABLE(_msg) argument
|
| /xnu-11215/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-11215/tools/lldbmacros/core/ |
| H A D | kernelcore.py | 20 self._msg = msg 24 return '%s: %s' % (self._arch, self._msg)
|
| /xnu-11215/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 143 char *_msg = malloc(_ABORT_MSGSZ); \ 146 (void) _mach_snprintf(_msg, _ABORT_MSGSZ, \ 169 SK_ABORT_DYNAMIC(_msg); \
|