Home
last modified time | relevance | path

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

/xnu-8792.41.9/EXTERNAL_HEADERS/
H A DAvailabilityInternal.h23334 #define __API_A(x) __attribute__((availability(__API_AVAILABLE_PLATFORM_##x))) macro
23335 #define __API_AVAILABLE1(x) __API_A(x)
23336 #define __API_AVAILABLE2(x,y) __API_A(x) __API_A(y)
23337 #define __API_AVAILABLE3(x,y,z) __API_A(x) __API_A(y) __API_A(z)
23338 #define __API_AVAILABLE4(x,y,z,t) __API_A(x) __API_A(y) __API_A(z) __API_A(t)