Lines Matching full:macos
20 // library on macOS, iOS and other Apple platforms. In order for users to be
31 // For example, the filesystem library was introduced in the dylib in macOS 10.15.
32 // If a user compiles on a macOS 10.15 host but targets macOS 10.13 with their
35 // the symbols when actually trying to launch the program on macOS 10.13. To
167 __attribute__((availability(macos,strict,introduced=10.12))) \
180 // macOS and iOS versions, so the version mismatch between macOS and others
183 __attribute__((availability(macos,strict,introduced=10.13))) \
193 __attribute__((availability(macos,strict,introduced=10.12))) \
199 __attribute__((availability(macos,strict,introduced=10.12))) \
208 __attribute__((availability(macos,strict,introduced=10.9))) \
212 __attribute__((availability(macos,strict,introduced=10.9))) \
216 __attribute__((availability(macos,strict,introduced=10.9))) \
220 __attribute__((availability(macos,strict,introduced=10.15))) \
225 …_Pragma("clang attribute push(__attribute__((availability(macos,strict,introduced=10.15))), apply_…
245 __attribute__((availability(macos,strict,introduced=11.0))) \