Searched refs:VersionString (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DDarwinSDKInfo.cpp34 auto VersionString = Obj->getString("Version"); local
35 if (VersionString) {
37 if (!Version.tryParse(*VersionString))
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h67 std::string VersionString = "Generated by llvm-cov -- llvm version "; local
68 VersionString += LLVM_VERSION_STRING;
69 return VersionString;
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Ddtcompile.c159 static char VersionString[9]; variable
331 sprintf (VersionString, "%X", (UINT32) ACPI_CA_VERSION);
378 Next->Value = VersionString;
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp32 static bool isCompatibleAPIVersion(const char *VersionString) { argument
34 if (!VersionString)
39 return strcmp(VersionString, CLANG_ANALYZER_API_VERSION_STRING) == 0;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp225 bstr_t VersionString;
227 HR = Instance->GetInstallationVersion(VersionString.GetAddress());
230 HR = ISetupHelperPtr(Query)->ParseVersion(VersionString, &VersionNum);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1554 StringRef VersionString; local
1556 if (!parseScalarString(I.getValue(), VersionString, Storage))
1559 if (VersionString.getAsInteger<int>(10, Version)) {

Completed in 86 milliseconds