Home
last modified time | relevance | path

Searched defs:compilerId (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dprojectfile.cpp347 void ProjectFile::SetUseCustomBuildCommand(const wxString& compilerId, bool useCustomBuildCommand) in SetUseCustomBuildCommand()
352 void ProjectFile::SetCustomBuildCommand(const wxString& compilerId, const wxString& newBuildCommand) in SetCustomBuildCommand()
357 bool ProjectFile::GetUseCustomBuildCommand(const wxString& compilerId) in GetUseCustomBuildCommand()
362 wxString ProjectFile::GetCustomBuildCommand(const wxString& compilerId) in GetCustomBuildCommand()
H A Dprojectloader.cpp293 wxString compilerId = object->GetCompilerID(); in ConvertLibraries() local
394 wxString compilerId = _T("gcc"); in DoProjectOptions() local
545 wxString compilerId = m_pProject->GetCompilerID(); in DoBuildTargetOptions() local
1378 wxString compilerId = target->GetCompilerID(); in ExportTargetAsProject() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/compilationdatabaseprojectmanager/
H A Dcompilationdatabaseproject.cpp98 ToolChain *toolchainFromCompilerId(const Utils::Id &compilerId, const Utils::Id &language) in toolchainFromCompilerId()
141 Utils::Id compilerId = getCompilerId(compiler.fileName()); in toolchainFromFlags() local
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmDependsFortran.cxx482 std::string compilerId; in CopyModule() local
580 const std::string& compilerId) in ModulesDiffer()
H A DcmExtraCodeBlocksGenerator.cxx652 std::string const& compilerId = mf->GetSafeDefinition(compilerIdVar); in GetCBCompilerId() local
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmDependsFortran.cxx482 std::string compilerId; in CopyModule() local
580 const std::string& compilerId) in ModulesDiffer()
H A DcmExtraCodeBlocksGenerator.cxx652 std::string const& compilerId = mf->GetSafeDefinition(compilerIdVar); in GetCBCompilerId() local
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmDependsFortran.cxx482 std::string compilerId; in CopyModule() local
580 const std::string& compilerId) in ModulesDiffer()
H A DcmExtraCodeBlocksGenerator.cxx652 std::string const& compilerId = mf->GetSafeDefinition(compilerIdVar); in GetCBCompilerId() local
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Simple/
H A DHaskellSuite.hs80 compilerId = CompilerId (HaskellSuite compName) compVersion, function
H A DUHC.hs63 compilerId = CompilerId UHC uhcVersion, function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Simple/
H A DHaskellSuite.hs78 compilerId = CompilerId (HaskellSuite compName) compVersion, function
H A DUHC.hs63 compilerId = CompilerId UHC uhcVersion, function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Simple/
H A DHaskellSuite.hs77 compilerId = CompilerId (HaskellSuite compName) compVersion, function
H A DUHC.hs62 compilerId = CompilerId UHC uhcVersion, function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Simple/
H A DHaskellSuite.hs81 compilerId = CompilerId (HaskellSuite compName) compVersion, function
H A DUHC.hs62 compilerId = CompilerId UHC uhcVersion, function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Simple/
H A DHaskellSuite.hs77 compilerId = CompilerId (HaskellSuite compName) compVersion, function
H A DUHC.hs62 compilerId = CompilerId UHC uhcVersion, function
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/klass/
H A DCastNullCheckDroppingsTest.java351 static void checkDeoptimization(List<RecordedEvent> events, int compilerId, boolean mustExist) { in checkDeoptimization()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/klass/
H A DCastNullCheckDroppingsTest.java351 static void checkDeoptimization(List<RecordedEvent> events, int compilerId, boolean mustExist) { in checkDeoptimization()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/intrinsics/klass/
H A DCastNullCheckDroppingsTest.java351 static void checkDeoptimization(List<RecordedEvent> events, int compilerId, boolean mustExist) { in checkDeoptimization()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/intrinsics/klass/
H A DCastNullCheckDroppingsTest.java352 static void checkDeoptimization(List<RecordedEvent> events, int compilerId, boolean mustExist) { in checkDeoptimization()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/
H A Dnativeparser.cpp1942 …wxString compilerId = project ? project->GetCompilerID() : CompilerFactory::GetDefaultCompilerID(); in AddCompilerPredefinedMacros() local
1968 bool NativeParser::AddCompilerPredefinedMacrosGCC(const wxString& compilerId, cbProject* project, w… in AddCompilerPredefinedMacrosGCC()
2062 bool NativeParser::AddCompilerPredefinedMacrosVC(const wxString& compilerId, wxString& defs, Parser… in AddCompilerPredefinedMacrosVC()
2151 wxString compilerId = project->GetCompilerID(); in AddProjectDefinedMacros() local
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/lib_finder/
H A Dlib_finder.cpp311 wxString compilerId = Target->GetCompilerID(); in TryAddLibrary() local

123