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

  /src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesYAMLCompiler.cpp 32 IOS,
43 IO.enumCase(AA, "iOS", APIAvailability::IOS);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 173 IOS,
227 Simulator, // Simulator variants of other systems, e.g., Apple's iOS
228 MacABI, // Mac Catalyst variant of Apple's iOS deployment target.
357 /// This may also be called with IOS triples but the OS X version number is
363 /// only be called with IOS or generic triples.
458 /// Is this an iOS triple.
459 /// Note: This identifies tvOS as a variant of iOS. If that ever
464 return getOS() == Triple::IOS || isTvOS();
483 /// isOSDarwin - Is this a "Darwin" OS (macOS, iOS, tvOS or watchOS).

Completed in 57 milliseconds