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

  /external/clang/include/clang/Basic/
ObjCRuntime.h 44 /// 'watchos' is a variant of iOS for Apple's watchOS. The version
45 /// is a release version of watchOS.
46 WatchOS,
88 case WatchOS: return true;
122 case WatchOS:
147 case WatchOS: return true;
165 case WatchOS: return true;
181 case WatchOS:
212 case WatchOS: return true
    [all...]
TargetCXXABI.h 74 /// WatchOS is a modernisation of the iOS ABI, which roughly means it's
77 WatchOS,
143 case WatchOS:
162 case WatchOS:
196 case WatchOS:
272 case WatchOS:
332 case WatchOS:
  /external/clang/lib/Driver/
ToolChains.h 369 WatchOS,
460 return TargetPlatform == WatchOS;
470 return TargetPlatform == WatchOS || TargetPlatform == WatchOSSimulator;
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 162 WatchOS, // Apple watchOS
163 LastOSType = WatchOS
312 /// should only be called with WatchOS or generic triples.
416 /// watchOS has completely different version numbers so it is not included.
426 /// Is this an Apple watchOS triple.
428 return getOS() == Triple::WatchOS;
431 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).

Completed in 249 milliseconds