HomeSort by relevance Sort by last modified time
    Searched defs:iOS (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
TargetCXXABI.h 55 /// The iOS ABI is a partial implementation of the ARM ABI.
57 /// in the compilers that iOS was launched with.
59 /// Essentially, the iOS ABI includes the ARM changes to:
64 iOS,
66 /// The iOS 64-bit ABI is follows ARM's published 64-bit ABI more
115 case iOS:
131 case iOS:
213 case iOS: // old iOS compilers did not follow this rule
259 case iOS
    [all...]
ObjCRuntime.h 39 /// 'ios' is the Apple-provided NeXT-derived runtime on iOS or the iOS
41 /// version of iOS.
42 iOS,
83 case iOS: return true;
116 case iOS:
138 case iOS: return true;
155 case iOS: return getVersion() >= VersionTuple(5);
169 case iOS
    [all...]

Completed in 99 milliseconds