Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp48 bool ObjCRuntime::tryParse(StringRef input) { in tryParse() function in ObjCRuntime
89 if (Version.tryParse(verString)) in tryParse()
H A DDarwinSDKInfo.cpp48 if (KeyVersion.tryParse(KV.getFirst()) || ValueVersion.tryParse(*Val)) in parseJSON()
71 if (Version.tryParse(*Value)) in getVersionKey()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp63 bool VersionTuple::tryParse(StringRef input) { in tryParse() function in VersionTuple
H A DYAMLTraits.cpp1138 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/clang/include/clang/Basic/
H A DObjCRuntime.h485 bool tryParse(StringRef input);
/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/clang/lib/Driver/ToolChains/
H A DHLSL.cpp115 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in isLegalValidatorVersion()
H A DMSVC.cpp743 if (!Tuple.tryParse(windowsSDKIncludeVersion) && in AddClangSystemIncludeArgs()
H A DAMDGPU.cpp287 V.tryParse(VerStr); in getInstallationPathCandidates()
H A DDarwin.cpp1069 (void)NewLinkerVersion.tryParse(A->getValue()); in getLinkerVersion()
1077 if (NewLinkerVersion.tryParse(A->getValue())) in getLinkerVersion()
1795 bool IsValid = !Version.tryParse(OSVersion); in inferSDKInfo()
H A DClang.cpp6883 bool Invalid = GNUCVer.tryParse(Val); in ConstructJob()
7818 if (runtime.tryParse(value)) { in AddObjCRuntimeArgs()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp107 version.tryParse(name.slice(0, i - 1)); in ParseSDKVersion()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp2033 if (start.tryParse(startVersion)) { in handleLDPreviousSymbol()
2039 if (end.tryParse(endVersion)) { in handleLDPreviousSymbol()
2053 if (cVersion.tryParse(compatVersion)) { in handleLDPreviousSymbol()
2093 if (!condition.consume_front("os") || version.tryParse(condition)) in handleLDInstallNameSymbol()
2109 if (versionTup.tryParse(minVersion)) { in handleLDHideSymbol()
H A DDriver.cpp701 if (platformVersion.minimum.tryParse(minVersionStr)) in parsePlatformVersion()
703 if (platformVersion.sdk.tryParse(sdkVersionStr)) in parsePlatformVersion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp748 m_producer_version.tryParse(matches[1]); in ParseProducerInfo()
752 m_producer_version.tryParse(matches[1]); in ParseProducerInfo()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp36 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in addDxilValVersion()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp239 if (Version.tryParse(A->getValue())) in CreateFromArgs()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3283 if (Opts.SwiftVersion.tryParse(A->getValue())) in ParseAPINotesArgs()
3782 if (Opts.ObjCRuntime.tryParse(value)) in ParseLangArgs()
3830 bool Invalid = GNUCVer.tryParse(A->getValue()); in ParseLangArgs()
3856 if (VT.tryParse(A->getValue())) in ParseLangArgs()
4547 if (Version.tryParse(A->getValue())) in ParseTargetArgs()
4556 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.cpp1377 if (MSVT.tryParse(MSCompatibilityVersion->getValue())) { in computeMSVCVersion()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1283 if (!m_os_version.tryParse(value)) in GetHostInfo()
1286 if (!m_maccatalyst_version.tryParse(value)) in GetHostInfo()
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1212 Version.tryParse(Name); in parseVersionFromName()