Home
last modified time | relevance | path

Searched refs:tryParse (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp48 if (KeyVersion.tryParse(KV.getFirst()) || ValueVersion.tryParse(*Val)) in parseJSON()
71 if (Version.tryParse(*Value)) in getVersionKey()
H A DObjCRuntime.cpp48 bool ObjCRuntime::tryParse(StringRef input) { in tryParse() function in ObjCRuntime
89 if (Version.tryParse(verString)) in tryParse()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp63 bool VersionTuple::tryParse(StringRef input) { in tryParse() function in VersionTuple
H A DYAMLTraits.cpp1146 if (Val.tryParse(Scalar)) in input()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp110 if (m_os_version.tryParse(option_arg)) in SetOptionValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h187 bool tryParse(StringRef string);
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp77 if (Tuple.tryParse(CandidateName)) // tryParse() returns true on error. in getHighestNumericTupleInDirectory()
107 SDKVersion.tryParse(*WinSdkVersion); in getWindowsSDKDirViaCommandLine()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp107 version.tryParse(name.slice(0, i - 1));
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp155 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in isLegalValidatorVersion()
H A DMSVC.cpp746 if (!Tuple.tryParse(windowsSDKIncludeVersion) && in AddClangSystemIncludeArgs()
H A DDarwin.cpp1066 (void)NewLinkerVersion.tryParse(A->getValue()); in getLinkerVersion()
1074 if (NewLinkerVersion.tryParse(A->getValue())) in getLinkerVersion()
1824 bool IsValid = !Version.tryParse(OSVersion); in inferSDKInfo()
H A DAMDGPU.cpp288 V.tryParse(VerStr); in getInstallationPathCandidates()
H A DClang.cpp7100 bool Invalid = GNUCVer.tryParse(Val); in ConstructJob()
8032 if (runtime.tryParse(value)) { in AddObjCRuntimeArgs()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp2043 if (start.tryParse(startVersion)) { in handleLDPreviousSymbol()
2049 if (end.tryParse(endVersion)) { in handleLDPreviousSymbol()
2063 if (cVersion.tryParse(compatVersion)) { in handleLDPreviousSymbol()
2103 if (!condition.consume_front("os") || version.tryParse(condition)) in handleLDInstallNameSymbol()
2119 if (versionTup.tryParse(minVersion)) { in handleLDHideSymbol()
H A DDriver.cpp736 if (platformVersion.minimum.tryParse(minVersionStr)) in parsePlatformVersion()
738 if (platformVersion.sdk.tryParse(sdkVersionStr)) in parsePlatformVersion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp769 m_producer_version.tryParse(matches[1]); in ParseProducerInfo()
773 m_producer_version.tryParse(matches[1]); in ParseProducerInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp35 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in addDxilValVersion()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp263 if (Version.tryParse(A->getValue())) in CreateFromArgs()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3405 if (Opts.SwiftVersion.tryParse(A->getValue())) in ParseAPINotesArgs()
3957 if (Opts.ObjCRuntime.tryParse(value)) in ParseLangArgs()
4005 bool Invalid = GNUCVer.tryParse(A->getValue()); in ParseLangArgs()
4031 if (VT.tryParse(A->getValue())) in ParseLangArgs()
4754 if (Version.tryParse(A->getValue())) in ParseTargetArgs()
4763 if (Version.tryParse(A->getValue())) in ParseTargetArgs()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp293 if (VersionStr && Version.tryParse(*VersionStr)) in getTargetsSection()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1440 if (MSVT.tryParse(MSCompatibilityVersion->getValue())) { in computeMSVCVersion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1296 if (!m_os_version.tryParse(value)) in GetHostInfo()
1299 if (!m_maccatalyst_version.tryParse(value)) in GetHostInfo()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1336 Version.tryParse(Name); in parseVersionFromName()