Searched refs:iOS (Results 1 – 25 of 160) sorted by relevance
1234567
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | ObjCRuntime.h | 44 iOS, enumerator 88 case iOS: return true; in isNonFragile() 122 case iOS: in isGNUFamily() 147 case iOS: return true; in allowsARC() 165 case iOS: return getVersion() >= VersionTuple(5); in hasNativeARC() 198 case iOS: in shouldUseARCFunctionsForRetainRelease() 234 case iOS: in shouldUseRuntimeFunctionsForAlloc() 256 case iOS: in shouldUseRuntimeFunctionForCombinedAllocInit() 270 case iOS: in hasOptimizedSetter() 301 case iOS: return getVersion() >= VersionTuple(9); in hasSubscripting() [all …]
|
H A D | TargetCXXABI.h | 88 case iOS: in isSupportedCXXABI() 168 case iOS: in areMemberFunctionsAligned() 245 case iOS: // old iOS compilers did not follow this rule in canKeyFunctionBeInline() 284 case iOS: in getTailPaddingUseRules()
|
H A D | TargetCXXABI.def | 53 /// The iOS ABI is a partial implementation of the ARM ABI. 55 /// in the compilers that iOS was launched with. 57 /// Essentially, the iOS ABI includes the ARM changes to: 62 ITANIUM_CXXABI(iOS, "ios") 64 /// The iOS 64-bit and macOS 64-bit ARM ABI follows ARM's published 64-bit 72 /// WatchOS is a modernisation of the iOS ABI, which roughly means it's
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
H A D | Platform.cpp | 25 case PlatformKind::iOS: in mapToPlatformKind() 26 return WantSim ? PlatformKind::iOSSimulator : PlatformKind::iOS; in mapToPlatformKind() 46 return PlatformKind::iOS; in mapToPlatformKind() 71 case PlatformKind::iOS: in getPlatformName() 96 .Case("ios", PlatformKind::iOS) in getPlatformFromName()
|
H A D | TextStubCommon.cpp | 68 case PlatformKind::iOS: in output() 111 .Case("ios", PlatformKind::iOS) in input()
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | README-Travis.md | 3 …atforms. Compilers include Clang and GCC; while platforms include Android, iOS, Linux, and OS X on… 7 iOS is tested for iPhoneOS, WatchOS, AppleTVOS, iPhoneSimulator, AppleTVSimulator and WatchSimulato… 183 ## iOS builds 185 …iOS builds for the armv7a, armv7s and aarch64 architectures for iPhoneOS, AppleTVOS and WatchOS. i… 187 ### iOS job 194 name: Apple iPhone on iOS, armv7 219 ### iOS environment 221 …iOS cross-compile environment using the script `contrib/ios/setenv_ios.sh`. The script is `sourced… 242 The fourth step builds OpenSSL and Expat. OpenSSL and Expat are built for iOS using the scripts `co… 244 `IOS_PREFIX` is the value `$HOME/$IOS_SDK-$IOS_CPU`. The scheme handles both iOS SDKs and cpu archi… [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | ObjCRuntime.cpp | 36 case ObjCRuntime::iOS: out << "ios"; break; in operator <<() 69 kind = ObjCRuntime::iOS; in tryParse()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/sys/ |
H A D | attr.d | 10 else version (iOS) 322 else version (iOS) enum isDarwin = true;
|
H A D | cdefs.d | 10 else version (iOS)
|
H A D | mman.d | 10 else version (iOS)
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/ |
H A D | port.d | 18 else version (iOS)
|
H A D | dyld.d | 17 else version (iOS)
|
H A D | kern_return.d | 18 else version (iOS)
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/ |
H A D | fcntl.d | 7 else version (iOS)
|
H A D | execinfo.d | 12 else version (iOS)
|
H A D | stdlib.d | 13 else version (iOS)
|
H A D | dlfcn.d | 14 else version (iOS)
|
H A D | string.d | 15 else version (iOS)
|
H A D | crt_externs.d | 79 else version (iOS)
|
H A D | config.d | 11 else version (iOS)
|
H A D | ifaddrs.d | 21 else version (iOS)
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/netinet/ |
H A D | tcp.d | 21 else version (iOS)
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
H A D | Platform.h | 25 iOS = MachO::PLATFORM_IOS, enumerator
|
/netbsd-src/external/mit/libcbor/dist/docs/stylesheets/ |
H A D | normalize.css | 5 * 2. Prevent iOS text size adjust after orientation change, without disabling 64 * Remove excess height in iOS 5 devices. 284 * 2. Correct inability to style clickable `input` types in iOS.
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
H A D | filio.d | 13 else version (iOS)
|
1234567