Searched refs:OSVersion (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.h | 100 class OSVersion { 102 OSVersion(const std::string &ver, const std::string &build); 104 OSVersion(); 127 OSVersion GetVersion(); 133 std::optional<OSVersion> m_os_version; 179 bool operator>(const OSVersion &lhs, const OSVersion &rhs); 183 bool operator<(const OSVersion &lhs, const OSVersion &rhs); 187 bool operator==(const OSVersion &lhs, const OSVersion &rhs); 191 bool operator!=(const OSVersion &lhs, const OSVersion &rhs);
|
| H A D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 145 CoreSimulatorSupport::OSVersion::OSVersion(const std::string &ver, function 166 CoreSimulatorSupport::OSVersion::OSVersion() : OSVersion("", "") {} function 182 CoreSimulatorSupport::OSVersion 189 m_os_version = OSVersion(utf8_ver_string, utf8_build_ver); 195 return OSVersion(); 236 operator>(const CoreSimulatorSupport::OSVersion &lhs, 237 const CoreSimulatorSupport::OSVersion &rhs) { 262 operator<(const CoreSimulatorSupport::OSVersion &lhs, 263 const CoreSimulatorSupport::OSVersion &rhs) { 289 operator==(const CoreSimulatorSupport::OSVersion &lhs, [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 1543 return OSVersion; in getOSVersion() 1548 OSVersion = std::string(S); in setOSVersion() 1593 Argument = Args.MakeJoinedArg(nullptr, Opts.getOption(Opt), OSVersion); in addOSVersionMinArgument() 1609 return (llvm::Twine(EnvVarName) + "=" + OSVersion).str(); in getAsString() 1615 const VersionTuple &OSVersion, in setEnvironment() 1629 OSVersion, NativeTargetVersion, std::nullopt)) { in setEnvironment() 1652 createFromTarget(const llvm::Triple &TT, StringRef OSVersion, Arg *A, in createFromTarget() 1655 DarwinPlatform Result(TargetArg, getPlatformFromOS(TT.getOS()), OSVersion, in createFromTarget() 1665 createFromMTargetOS(llvm::Triple::OSType OS, VersionTuple OSVersion, in createFromMTargetOS() 1669 OSVersion.getAsString(), A); in createFromMTargetOS() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 1957 VersionTuple OSVersion = alignedAllocMinVersion(T.getOS()); in diagnoseUnavailableAlignedAllocation() local 1963 << OSVersion.getAsString() << OSVersion.empty(); in diagnoseUnavailableAlignedAllocation()
|