/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | DarwinSDKInfo.cpp | 48 if (KeyVersion.tryParse(KV.getFirst()) || ValueVersion.tryParse(*Val)) in parseJSON() 71 if (Version.tryParse(*Value)) in getVersionKey()
|
H A D | ObjCRuntime.cpp | 48 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 D | VersionTuple.cpp | 63 bool VersionTuple::tryParse(StringRef input) { in tryParse() function in VersionTuple
|
H A D | YAMLTraits.cpp | 1146 if (Val.tryParse(Scalar)) in input()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionGroupPlatform.cpp | 110 if (m_os_version.tryParse(option_arg)) in SetOptionValue()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VersionTuple.h | 187 bool tryParse(StringRef string);
|
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/ |
H A D | MSVCPaths.cpp | 77 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 D | XcodeSDK.cpp | 107 version.tryParse(name.slice(0, i - 1));
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HLSL.cpp | 155 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in isLegalValidatorVersion()
|
H A D | MSVC.cpp | 746 if (!Tuple.tryParse(windowsSDKIncludeVersion) && in AddClangSystemIncludeArgs()
|
H A D | Darwin.cpp | 1066 (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 D | AMDGPU.cpp | 288 V.tryParse(VerStr); in getInstallationPathCandidates()
|
H A D | Clang.cpp | 7100 bool Invalid = GNUCVer.tryParse(Val); in ConstructJob() 8032 if (runtime.tryParse(value)) { in AddObjCRuntimeArgs()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 2043 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 D | Driver.cpp | 736 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 D | DWARFUnit.cpp | 769 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 D | CGHLSLRuntime.cpp | 35 if (Version.tryParse(ValVersionStr) || Version.getBuild() || in addDxilValVersion()
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1as_main.cpp | 263 if (Version.tryParse(A->getValue())) in CreateFromArgs()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 3405 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 D | TextStubV5.cpp | 293 if (VersionStr && Version.tryParse(*VersionStr)) in getTargetsSection()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 1440 if (MSVT.tryParse(MSCompatibilityVersion->getValue())) { in computeMSVCVersion()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 1296 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 D | Triple.cpp | 1336 Version.tryParse(Name); in parseVersionFromName()
|