Searched refs:TARGET_OS (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetOSMacros.def | 16 #ifndef TARGET_OS 17 #define TARGET_OS(Name, Predicate) 21 TARGET_OS(TARGET_OS_WIN32, Triple.isOSWindows()) 22 TARGET_OS(TARGET_OS_WINDOWS, Triple.isOSWindows()) 25 TARGET_OS(TARGET_OS_LINUX, Triple.isOSLinux()) 28 TARGET_OS(TARGET_OS_UNIX, Triple.isOSNetBSD() || 34 TARGET_OS(TARGET_OS_MAC, Triple.isOSDarwin()) 35 TARGET_OS(TARGET_OS_OSX, Triple.isMacOSX()) 36 TARGET_OS(TARGET_OS_IPHONE, Triple.isiOS() || Triple.isTvOS() || 39 TARGET_OS(TARGET_OS_IOS, Triple.getOS() == llvm::Triple::IOS) [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 1505 #define TARGET_OS(Name, Predicate) \ in InitializePredefinedMacros() macro 1508 #undef TARGET_OS in InitializePredefinedMacros()
|