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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
ObjCRuntime.h 46 /// 'watchos' is a variant of iOS for Apple's watchOS. The version
47 /// is a release version of watchOS.
48 WatchOS,
89 case WatchOS: return true;
123 case WatchOS:
148 case WatchOS: return true;
166 case WatchOS: return true;
200 case WatchOS:
236 case WatchOS
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.h 281 WatchOS,
282 LastDarwinPlatform = WatchOS
392 return TargetPlatform == WatchOS && TargetEnvironment == NativeEnvironment;
397 return TargetPlatform == WatchOS && TargetEnvironment == Simulator;
402 return TargetPlatform == WatchOS;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 194 WatchOS, // Apple watchOS
368 /// should only be called with WatchOS or generic triples.
462 /// watchOS has completely different version numbers so it is not included.
472 /// Is this an Apple watchOS triple.
474 return getOS() == Triple::WatchOS;
483 /// isOSDarwin - Is this a "Darwin" OS (macOS, iOS, tvOS or watchOS).

Completed in 164 milliseconds