Home
last modified time | relevance | path

Searched refs:isTvOS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetOSMacros.def36 TARGET_OS(TARGET_OS_IPHONE, Triple.isiOS() || Triple.isTvOS() ||
40 TARGET_OS(TARGET_OS_TV, Triple.isTvOS())
48 TARGET_OS(TARGET_OS_EMBEDDED, (Triple.isiOS() || Triple.isTvOS() \
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h538 return getOS() == Triple::IOS || isTvOS(); in isiOS()
542 bool isTvOS() const { in isTvOS() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2384 } else if (S.Context.getTargetInfo().getTriple().isTvOS()) { in handleAvailabilityAttr()