Home
last modified time | relevance | path

Searched refs:OSVersion (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.h100 class OSVersion {
102 OSVersion(const std::string &ver, const std::string &build);
104 OSVersion();
127 OSVersion GetVersion();
133 llvm::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 DPlatformiOSSimulatorCoreSimulatorSupport.mm145 CoreSimulatorSupport::OSVersion::OSVersion(const std::string &ver, function
166 CoreSimulatorSupport::OSVersion::OSVersion() : OSVersion("", "") {} function
182 CoreSimulatorSupport::OSVersion
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,
290 const CoreSimulatorSupport::OSVersion &rhs) {
[all …]
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1532 return OSVersion; in getOSVersion()
1537 OSVersion = std::string(S); in setOSVersion()
1604 const VersionTuple &OSVersion, in setEnvironment()
1618 OSVersion, NativeTargetVersion, None)) { in setEnvironment()
1658 OSVersion.getAsString(), A); in createFromMTargetOS()
1660 Result.setEnvironment(Environment, OSVersion, SDKInfo); in createFromMTargetOS()
1694 bool IsValid = !Version.tryParse(OSVersion); in inferSDKInfo()
1731 std::string OSVersion; member
1936 std::string OSVersion; in getOSVersion() local
1937 llvm::raw_string_ostream(OSVersion) in getOSVersion()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp1942 VersionTuple OSVersion = alignedAllocMinVersion(T.getOS()); in diagnoseUnavailableAlignedAllocation() local
1948 << OSVersion.getAsString() << OSVersion.empty(); in diagnoseUnavailableAlignedAllocation()