Searched defs:__AVAILABILITY_INTERNAL_DEPRECATED_MSG (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/EXTERNAL_HEADERS/
H A DAvailabilityInternal.h45 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated(_msg))) macro
47 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated)) macro
50 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated(_msg))) macro
52 #define __AVAILABILITY_INTERNAL_DEPRECATED_MSG(_msg) __attribute__((deprecated)) macro
[all...]

Completed in 97 milliseconds