Home
last modified time | relevance | path

Searched refs:iOS (Results 1 – 25 of 160) sorted by relevance

1234567

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DObjCRuntime.h44 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 DTargetCXXABI.h88 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 DTargetCXXABI.def53 /// 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 DPlatform.cpp25 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 DTextStubCommon.cpp68 case PlatformKind::iOS: in output()
111 .Case("ios", PlatformKind::iOS) in input()
/netbsd-src/external/bsd/unbound/dist/
H A DREADME-Travis.md3 …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
185iOS 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
221iOS 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 DObjCRuntime.cpp36 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 Dattr.d10 else version (iOS)
322 else version (iOS) enum isDarwin = true;
H A Dcdefs.d10 else version (iOS)
H A Dmman.d10 else version (iOS)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dport.d18 else version (iOS)
H A Ddyld.d17 else version (iOS)
H A Dkern_return.d18 else version (iOS)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/
H A Dfcntl.d7 else version (iOS)
H A Dexecinfo.d12 else version (iOS)
H A Dstdlib.d13 else version (iOS)
H A Ddlfcn.d14 else version (iOS)
H A Dstring.d15 else version (iOS)
H A Dcrt_externs.d79 else version (iOS)
H A Dconfig.d11 else version (iOS)
H A Difaddrs.d21 else version (iOS)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/netinet/
H A Dtcp.d21 else version (iOS)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DPlatform.h25 iOS = MachO::PLATFORM_IOS, enumerator
/netbsd-src/external/mit/libcbor/dist/docs/stylesheets/
H A Dnormalize.css5 * 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 Dfilio.d13 else version (iOS)

1234567