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

12

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 175 WatchOS, // Apple watchOS
333 /// should only be called with WatchOS or generic triples.
437 /// watchOS has completely different version numbers so it is not included.
447 /// Is this an Apple watchOS triple.
449 return getOS() == Triple::WatchOS;
456 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 175 WatchOS, // Apple watchOS
333 /// should only be called with WatchOS or generic triples.
437 /// watchOS has completely different version numbers so it is not included.
447 /// Is this an Apple watchOS triple.
449 return getOS() == Triple::WatchOS;
456 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 175 WatchOS, // Apple watchOS
333 /// should only be called with WatchOS or generic triples.
437 /// watchOS has completely different version numbers so it is not included.
447 /// Is this an Apple watchOS triple.
449 return getOS() == Triple::WatchOS;
456 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 175 WatchOS, // Apple watchOS
333 /// should only be called with WatchOS or generic triples.
437 /// watchOS has completely different version numbers so it is not included.
447 /// Is this an Apple watchOS triple.
449 return getOS() == Triple::WatchOS;
456 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).

Completed in 83 milliseconds

12