Home
last modified time | relevance | path

Searched refs:_msg (Results 1 – 8 of 8) sorted by relevance

/xnu-11215.1.10/EXTERNAL_HEADERS/
H A DAvailabilityInternal.h67 #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 DAvailability.h194 #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-11215.1.10/bsd/sys/
H A Dcdefs.h218 #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.1.10/EXTERNAL_HEADERS/corecrypto/
H A Dcc.h30 …define __CC_BRIDGEOS_DEPRECATED(_dep, _msg) __attribute__((availability(bridgeos,deprecated=_dep, … argument
35 #define __CC_BRIDGEOS_DEPRECATED(_dep, _msg) argument
/xnu-11215.1.10/EXTERNAL_HEADERS/image4/shim/
H A Dbase.h239 #define OS_SWIFT_UNAVAILABLE(_msg) \ argument
240 __attribute__((__availability__(swift, unavailable, message=_msg)))
242 #define OS_SWIFT_UNAVAILABLE(_msg) argument
/xnu-11215.1.10/libkern/os/
H A Dbase.h240 #define OS_SWIFT_UNAVAILABLE(_msg) \ argument
241 __attribute__((__availability__(swift, unavailable, message=_msg)))
243 #define OS_SWIFT_UNAVAILABLE(_msg) argument
/xnu-11215.1.10/tools/lldbmacros/core/
H A Dkernelcore.py20 self._msg = msg
24 return '%s: %s' % (self._arch, self._msg)
/xnu-11215.1.10/libsyscall/wrappers/skywalk/
H A Dos_channel.c143 char *_msg = malloc(_ABORT_MSGSZ); \
146 (void) _mach_snprintf(_msg, _ABORT_MSGSZ, \
169 SK_ABORT_DYNAMIC(_msg); \