Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DObjCRuntime.h42 iOS, enumerator
83 case iOS: return true; in isNonFragile()
116 case iOS: in isGNUFamily()
138 case iOS: return true; in allowsARC()
155 case iOS: return getVersion() >= VersionTuple(5); in hasNativeARC()
169 case iOS: in hasOptimizedSetter()
199 case iOS: return getVersion() >= VersionTuple(6); in hasSubscripting()
226 case iOS: in allowsPointerArithmetic()
247 case iOS: return getVersion() >= VersionTuple(5); in hasTerminate()
259 case iOS: return true; in hasWeakClassImport()
[all …]
H A DTargetCXXABI.h64 iOS, enumerator
121 case iOS: in isItaniumFamily()
138 case iOS: in isMicrosoft()
221 case iOS: // old iOS compilers did not follow this rule in canKeyFunctionBeInline()
268 case iOS: in getTailPaddingUseRules()
H A DAttrDocs.td446 Note that on both OS X and iOS that the Foundation framework provides a
542 Apple's iOS operating system. The minimum deployment target is specified by
H A DAttr.td439 .Case("ios", "iOS")
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dproperty-deprecated-warning.m35 …elf dep_target]]; // expected-warning {{'dep_target' is deprecated: first deprecated in iOS 3.0}} \
36 … // expected-warning {{'setDep_target:' is deprecated: first deprecated in iOS 3.0}}
48 … setTarget: (id)0]; // expected-warning {{'setTarget:' is deprecated: first deprecated in iOS 3.0}}
49 …elf dep_target]]; // expected-warning {{'dep_target' is deprecated: first deprecated in iOS 3.0}} \
50 … // expected-warning {{'setDep_target:' is deprecated: first deprecated in iOS 3.0}}
64 …if ([obj isEnabled]) // expected-warning {{'isEnabled' is deprecated: first deprecated in iOS 3.0}}
65 …ewDelegate:0]; // expected-warning {{'setNewDelegate:' is deprecated: first deprecated in iOS 3.0}}
79 …return [obj2 ptarget]; // expected-warning {{'ptarget' is deprecated: first deprecated in iOS 3.…
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DObjCRuntime.cpp32 case ObjCRuntime::iOS: out << "ios"; break; in operator <<()
64 kind = ObjCRuntime::iOS; in tryParse()
H A DTargetInfo.cpp655 .Case("ios", iOS) in tryParse()
/minix3/external/bsd/llvm/dist/llvm/cmake/platforms/
H A DiOS.cmake1 # Toolchain config for iOS.
8 # -DCMAKE_TOOLCHAIN_FILE=../../cmake/platforms/iOS.cmake ../..
/minix3/external/bsd/llvm/dist/llvm/test/Object/ARM/
H A Dmacho-data-in-code.test1 RUN: llvm-objdump -triple thumbv7-apple-iOS -disassemble %p/../Inputs/macho-data-in-code.macho-thum…
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dnone-macho.ll65 ; need the 2 register-save areas employed by iOS.
86 ; *vfp variants used for ARMv6 iOS.
H A Dfold-stack-adjust.ll29 ; iOS always has a frame pointer and messing with the push affects
69 ; iOS uses aligned NEON stores here, which is convenient since we
102 ; Just to keep iOS FileCheck within previous function:
H A Dcall-tc.ll6 ; Enable tailcall optimization for iOS 5.0
/minix3/sys/external/bsd/compiler_rt/dist/
H A DCODE_OWNERS.TXT33 D: MacOS/iOS port of sanitizers
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A Dobjcmt-ns-returns-inner-pointer.m6 #ifndef NS_RETURNS_INNER_POINTER // defined in iOS 6 for sure
H A Dobjcmt-migrate-all.m7 #ifndef NS_RETURNS_INNER_POINTER // defined in iOS 6 for sure
H A Dobjcmt-migrate-all.m.result7 #ifndef NS_RETURNS_INNER_POINTER // defined in iOS 6 for sure
H A Dobjcmt-ns-returns-inner-pointer.m.result6 #ifndef NS_RETURNS_INNER_POINTER // defined in iOS 6 for sure
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A Dpow-1.ll171 ; Check pow(10.0, x) -> __exp10(x) on OS X 10.9+ and iOS 7.0+.
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMCallingConv.td216 // iOS ABI deviates from ARM standard ABI. R9 is not a callee-saved register.
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp184 case ObjCRuntime::iOS: in getObjCPersonality()
215 case ObjCRuntime::iOS: in getObjCXXPersonality()
H A DCodeGenModule.cpp65 case TargetCXXABI::iOS: in createCXXABI()
182 case ObjCRuntime::iOS: in createObjCRuntime()
H A DItaniumCXXABI.cpp329 case TargetCXXABI::iOS: in CreateItaniumCXXABI()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td258 // Constructors and destructors return 'this' in the iOS 64-bit C++ ABI; since
/minix3/external/bsd/llvm/dist/clang/docs/
H A DAttributeReference.rst143 Apple's iOS operating system. The minimum deployment target is specified by
555 Note that on both OS X and iOS that the Foundation framework provides a
/minix3/crypto/external/bsd/openssl/dist/
H A DConfigure586 # iPhoneOS/iOS
587 …OSS_TOP)/SDKs/\$(CROSS_SDK) -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_f…

12