Searched refs:__API_U (Results 1 – 1 of 1) sorted by relevance
23400 #define __API_U(x) __attribute__((availability(__API_UNAVAILABLE_PLATFORM_##x))) macro23401 #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)