HomeSort by: relevance | last modified time | path
    Searched defs:iOS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
Platform.h 25 iOS = MachO::PLATFORM_IOS,
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
ObjCRuntime.h 41 /// 'ios' is the Apple-provided NeXT-derived runtime on iOS or the iOS
43 /// version of iOS.
44 iOS,
46 /// 'watchos' is a variant of iOS for Apple's watchOS. The version
88 case iOS: return true;
122 case iOS:
147 case iOS: return true;
165 case iOS: return getVersion() >= VersionTuple(5)
    [all...]

Completed in 15 milliseconds