Home
last modified time | relevance | path

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

/xnu-8792.41.9/EXTERNAL_HEADERS/
H A DAvailabilityInternal.h23400 #define __API_U(x) __attribute__((availability(__API_UNAVAILABLE_PLATFORM_##x))) macro
23401 #define __API_UNAVAILABLE1(x) __API_U(x)
23402 #define __API_UNAVAILABLE2(x,y) __API_U(x) __API_U(y)
23403 #define __API_UNAVAILABLE3(x,y,z) __API_UNAVAILABLE2(x,y) __API_U(z)