Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/os/
H A Davailability.h13 #define API_AVAILABLE(...) macro
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/os/
H A Davailability.h13 #define API_AVAILABLE(...) macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dinclhack.def198 * SDKs for 10.13 and 10.14 omit the definitions for API_AVAILABLE where
213 " #define API_AVAILABLE(...)\n"
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dinclhack.def198 * SDKs for 10.13 and 10.14 omit the definitions for API_AVAILABLE where
213 " #define API_AVAILABLE(...)\n"
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttrDocs.td1490 Starting with the macOS 10.12 SDK, the ``API_AVAILABLE`` macro from
1496 - (id)method API_AVAILABLE(macos(10.11)));
1497 - (id)otherMethod API_AVAILABLE(macos(10.11), ios(11.0));
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLanguageExtensions.rst1675 API_AVAILABLE(macos(10.12)) void my_fun(NSSomeClass* var) {