Home
last modified time | relevance | path

Searched refs:compilerName (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCICompilerConfig.java75 String compilerName = Option.Compiler.getString(); in getCompilerFactory() local
76 if (compilerName != null) { in getCompilerFactory()
77 if (compilerName.isEmpty() || compilerName.equals("null")) { in getCompilerFactory()
81 if (f.getCompilerName().equals(compilerName)) { in getCompilerFactory()
86 throw new JVMCIError("JVMCI compiler '%s' not found", compilerName); in getCompilerFactory()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCICompilerConfig.java75 String compilerName = Option.Compiler.getString(); in getCompilerFactory() local
76 if (compilerName != null) { in getCompilerFactory()
77 if (compilerName.isEmpty() || compilerName.equals("null")) { in getCompilerFactory()
81 if (f.getCompilerName().equals(compilerName)) { in getCompilerFactory()
86 throw new JVMCIError("JVMCI compiler '%s' not found", compilerName); in getCompilerFactory()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCICompilerConfig.java87 String compilerName = Option.Compiler.getString(); in getCompilerFactory() local
88 if (compilerName != null) { in getCompilerFactory()
89 if (compilerName.isEmpty()) { in getCompilerFactory()
91 } else if (compilerName.equals("null")) { in getCompilerFactory()
95 if (f.getCompilerName().equals(compilerName)) { in getCompilerFactory()
103 compilerName, Option.Compiler.getPropertyName()); in getCompilerFactory()
105 throw new JVMCIError("JVMCI compiler '%s' not found", compilerName); in getCompilerFactory()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCICompilerConfig.java94 String compilerName = Option.Compiler.getString(); in getCompilerFactory() local
95 if (compilerName != null) { in getCompilerFactory()
97 if (compilerName.isEmpty()) { in getCompilerFactory()
99 } else if (compilerName.equals("null")) { in getCompilerFactory()
103 if (f.getCompilerName().equals(compilerName)) { in getCompilerFactory()
111 compilerName, compPropertyName); in getCompilerFactory()
113 …SpotWithMessage(1, "JVMCI compiler '%s' specified by %s not found%n", compilerName, compPropertyNa… in getCompilerFactory()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCICompilerConfig.java94 String compilerName = Option.Compiler.getString(); in getCompilerFactory() local
95 if (compilerName != null) { in getCompilerFactory()
97 if (compilerName.isEmpty()) { in getCompilerFactory()
99 } else if (compilerName.equals("null")) { in getCompilerFactory()
103 if (f.getCompilerName().equals(compilerName)) { in getCompilerFactory()
111 compilerName, compPropertyName); in getCompilerFactory()
113 …SpotWithMessage(1, "JVMCI compiler '%s' specified by %s not found%n", compilerName, compPropertyNa… in getCompilerFactory()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCICompilerConfig.java76 String compilerName = Option.Compiler.getString(); in getCompilerFactory() local
77 if (compilerName != null) { in getCompilerFactory()
78 if (compilerName.isEmpty() || compilerName.equals("null")) { in getCompilerFactory()
82 if (f.getCompilerName().equals(compilerName)) { in getCompilerFactory()
87 throw new JVMCIError("JVMCI compiler '%s' not found", compilerName); in getCompilerFactory()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/compilerwarnings/
H A Dtst_compilerwarnings.cpp170 QString compilerName;
177 compilerName = "g++";
191 compilerName = "xlC_r";
200 compilerName = "cl";
205 compilerName = "CC";
214 compilerName = "aCC";
226 compilerName = "CC";
237 proc.start(compilerName, args, QIODevice::ReadOnly);
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/tools/
H A Dclangclinfo.cpp96 const auto compilerName = QStringLiteral("clang-cl"); in fromCompilerFilePath() local
101 .arg(compilerName); in fromCompilerFilePath()
116 const auto compilerName = HostOsInfo::appendExecutableSuffix(QStringLiteral("clang-cl")); in installedCompilers() local
124 + QStringLiteral("/bin/") + compilerName; in installedCompilers()
135 const auto compilerPath = value + QStringLiteral("/LLVM/bin/") + compilerName; in installedCompilers()
145 .arg(compilerName); in installedCompilers()
158 .arg(msvc.installDir, compilerName); in installedCompilers()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCICompilerConfig.java86 String compilerName = Option.Compiler.getString(); in getCompilerFactory() local
87 if (compilerName != null) { in getCompilerFactory()
88 if (compilerName.isEmpty()) { in getCompilerFactory()
90 } else if (compilerName.equals("null")) { in getCompilerFactory()
94 if (f.getCompilerName().equals(compilerName)) { in getCompilerFactory()
99 throw new JVMCIError("JVMCI compiler '%s' not found", compilerName); in getCompilerFactory()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCICompilerConfig.java86 String compilerName = Option.Compiler.getString(); in getCompilerFactory() local
87 if (compilerName != null) { in getCompilerFactory()
88 if (compilerName.isEmpty()) { in getCompilerFactory()
90 } else if (compilerName.equals("null")) { in getCompilerFactory()
94 if (f.getCompilerName().equals(compilerName)) { in getCompilerFactory()
99 throw new JVMCIError("JVMCI compiler '%s' not found", compilerName); in getCompilerFactory()
/dports/devel/qbs/qbs-src-1.21.0/src/app/qbs-setup-toolchains/
H A Dprobe.cpp102 QString toolchainTypeFromCompilerName(const QString &compilerName) in toolchainTypeFromCompilerName() argument
104 if (compilerName == QLatin1String("cl.exe")) in toolchainTypeFromCompilerName()
106 if (compilerName == QLatin1String("clang-cl.exe")) in toolchainTypeFromCompilerName()
111 if (compilerName.contains(type)) in toolchainTypeFromCompilerName()
114 if (compilerName == QLatin1String("g++")) in toolchainTypeFromCompilerName()
116 if (isIarCompiler(compilerName)) in toolchainTypeFromCompilerName()
118 if (isKeilCompiler(compilerName)) in toolchainTypeFromCompilerName()
120 if (isSdccCompiler(compilerName)) in toolchainTypeFromCompilerName()
122 if (isCosmicCompiler(compilerName)) in toolchainTypeFromCompilerName()
124 if (isDmcCompiler(compilerName)) in toolchainTypeFromCompilerName()
H A Dclangclprobe.cpp86 const auto compilerName = HostOsInfo::appendExecutableSuffix(QStringLiteral("clang-cl")); in findClangCl() local
87 const auto compilerFromPath = findExecutable(compilerName); in findClangCl()
114 const auto compilerName = QStringLiteral("clang-cl"); in clangClProbe() local
115 qbsInfo() << Tr::tr("Trying to detect %1...").arg(compilerName); in clangClProbe()
119 qbsInfo() << Tr::tr("%1 was not found.").arg(compilerName); in clangClProbe()
H A Dgccprobe.cpp251 static QStringList buildCompilerNameFilters(const QString &compilerName) in buildCompilerNameFilters() argument
255 compilerName, in buildCompilerNameFilters()
257 compilerName + QLatin1String("-[1-9]*"), in buildCompilerNameFilters()
259 QLatin1String("*-") + compilerName, in buildCompilerNameFilters()
261 QLatin1String("*-") + compilerName + QLatin1String("-[1-9]*"), in buildCompilerNameFilters()
263 QLatin1String("*-*-*-") + compilerName, in buildCompilerNameFilters()
265 QLatin1String("*-*-*-") + compilerName + QLatin1String("-[1-9]*"), in buildCompilerNameFilters()
267 QLatin1String("*-*-*-*-") + compilerName, in buildCompilerNameFilters()
523 qbsInfo() << Tr::tr("Trying to detect %1...").arg(compilerName); in gccProbe()
533 const auto filters = buildCompilerNameFilters(compilerName); in gccProbe()
[all …]
H A Dcosmicprobe.cpp142 for (const QString &compilerName : compilerNames) { in installedCosmicsFromPath() local
145 HostOsInfo::appendExecutableSuffix(compilerName))); in installedCosmicsFromPath()
155 bool isCosmicCompiler(const QString &compilerName) in isCosmicCompiler() argument
157 return Internal::any_of(knownCosmicCompilerNames(), [compilerName](const QString &knownName) { in isCosmicCompiler()
158 return compilerName.contains(knownName); in isCosmicCompiler()
/dports/lang/ghc/ghc-8.10.7/libraries/base/System/
H A DInfo.hs23 compilerName,
47 compilerName :: String
48 compilerName = "ghc" function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/System/
H A DInfo.hs23 , compilerName
98 compilerName :: String
99 compilerName = fromList System.Info.compilerName function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/compilationdatabaseprojectmanager/
H A Dcompilationdatabaseproject.cpp69 bool isGccCompiler(const QString &compilerName) in isGccCompiler() argument
71 return compilerName.contains("gcc") in isGccCompiler()
72 || (compilerName.contains("g++") && !compilerName.contains("clang")); in isGccCompiler()
75 bool isClCompatibleCompiler(const QString &compilerName) in isClCompatibleCompiler() argument
77 return compilerName.endsWith("cl"); in isClCompatibleCompiler()
80 Utils::Id getCompilerId(QString compilerName) in getCompilerId() argument
83 if (compilerName.endsWith(".exe")) in getCompilerId()
84 compilerName.chop(4); in getCompilerId()
85 if (isGccCompiler(compilerName)) in getCompilerId()
87 if (isClCompatibleCompiler(compilerName)) in getCompilerId()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/custom-definesandincludes/compilerprovider/widget/
H A Dcompilerswidget.cpp58 connect(m_ui->compilerName, &QLineEdit::textEdited, this, &CompilersWidget::compilerEdited); in CompilersWidget()
115 m_ui->compilerName->setFocus(Qt::OtherFocusReason); in addCompiler()
132 m_ui->compilerName->setText(compiler.value<CompilerPointer>()->name()); in compilerSelected()
158 compiler.value<CompilerPointer>()->setName(m_ui->compilerName->text()); in compilerEdited()
168 m_ui->compilerName->setEnabled(enable); in enableItems()
172 m_ui->compilerName->clear(); in enableItems()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogCleanupReader.java58 … static final private Matcher compilerName = Pattern.compile("' (C[12]) compile_id=").matcher(""); field in LogCleanupReader
74 compilerName.reset(s); in fill()
75 if (compilerName.find()) { in fill()
76 s = s.substring(0, compilerName.start(1)) + s.substring(compilerName.end(1) + 1); in fill()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogCleanupReader.java58 … static final private Matcher compilerName = Pattern.compile("' (C[12]) compile_id=").matcher(""); field in LogCleanupReader
74 compilerName.reset(s); in fill()
75 if (compilerName.find()) { in fill()
76 s = s.substring(0, compilerName.start(1)) + s.substring(compilerName.end(1) + 1); in fill()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogCleanupReader.java58 … static final private Matcher compilerName = Pattern.compile("' (C[12]) compile_id=").matcher(""); field in LogCleanupReader
74 compilerName.reset(s); in fill()
75 if (compilerName.find()) { in fill()
76 s = s.substring(0, compilerName.start(1)) + s.substring(compilerName.end(1) + 1); in fill()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogCleanupReader.java58 … static final private Matcher compilerName = Pattern.compile("' (C[12]) compile_id=").matcher(""); field in LogCleanupReader
74 compilerName.reset(s); in fill()
75 if (compilerName.find()) { in fill()
76 s = s.substring(0, compilerName.start(1)) + s.substring(compilerName.end(1) + 1); in fill()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogCleanupReader.java58 … static final private Matcher compilerName = Pattern.compile("' (C[12]) compile_id=").matcher(""); field in LogCleanupReader
74 compilerName.reset(s); in fill()
75 if (compilerName.find()) { in fill()
76 s = s.substring(0, compilerName.start(1)) + s.substring(compilerName.end(1) + 1); in fill()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogCleanupReader.java58 … static final private Matcher compilerName = Pattern.compile("' (C[12]) compile_id=").matcher(""); field in LogCleanupReader
74 compilerName.reset(s); in fill()
75 if (compilerName.find()) { in fill()
76 s = s.substring(0, compilerName.start(1)) + s.substring(compilerName.end(1) + 1); in fill()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/
H A DLogCleanupReader.java58 … static final private Matcher compilerName = Pattern.compile("' (C[12]) compile_id=").matcher(""); field in LogCleanupReader
74 compilerName.reset(s); in fill()
75 if (compilerName.find()) { in fill()
76 s = s.substring(0, compilerName.start(1)) + s.substring(compilerName.end(1) + 1); in fill()

123456789