Home
last modified time | relevance | path

Searched refs:GetLanguageEnabled (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmExtraCodeBlocksGenerator.cxx643 if (this->GlobalGenerator->GetLanguageEnabled("CXX")) { in GetCBCompilerId()
645 } else if (this->GlobalGenerator->GetLanguageEnabled("C")) { in GetCBCompilerId()
647 } else if (this->GlobalGenerator->GetLanguageEnabled("Fortran")) { in GetCBCompilerId()
H A DcmLinkLineDeviceComputer.cxx168 if (!target.GetGlobalGenerator()->GetLanguageEnabled("CUDA")) { in requireDeviceLinking()
H A DcmStandardLevelResolver.cxx450 if (!this->Makefile->GetGlobalGenerator()->GetLanguageEnabled(lang)) { in CheckCompileFeaturesAvailable()
535 if (!this->Makefile->GetGlobalGenerator()->GetLanguageEnabled(lang)) { in CompileFeaturesAvailable()
H A DcmGlobalGenerator.cxx334 if (!this->GetLanguageEnabled("Swift")) { in CheckTargetsForType()
363 if (!this->GetLanguageEnabled("C") && !this->GetLanguageEnabled("CXX")) { in CheckTargetsForPchCompilePdb()
722 if (!this->GetLanguageEnabled(lang)) { in EnableLanguage()
1201 bool cmGlobalGenerator::GetLanguageEnabled(const std::string& l) const in GetLanguageEnabled() function in cmGlobalGenerator
1203 return this->CMakeInstance->GetState()->GetLanguageEnabled(l); in GetLanguageEnabled()
H A DcmState.h146 bool GetLanguageEnabled(std::string const& l) const;
H A DcmExtraCodeLiteGenerator.cxx592 if (!this->GlobalGenerator->GetLanguageEnabled("CXX")) { in GetCodeLiteCompilerName()
H A DcmGlobalGenerator.h191 bool GetLanguageEnabled(const std::string&) const;
H A DcmState.cxx360 bool cmState::GetLanguageEnabled(std::string const& l) const in GetLanguageEnabled() function in cmState
H A DcmNinjaNormalTargetGenerator.cxx672 if (!globalGen->GetLanguageEnabled("CUDA")) { in WriteDeviceLinkStatement()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmExtraCodeBlocksGenerator.cxx643 if (this->GlobalGenerator->GetLanguageEnabled("CXX")) { in GetCBCompilerId()
645 } else if (this->GlobalGenerator->GetLanguageEnabled("C")) { in GetCBCompilerId()
647 } else if (this->GlobalGenerator->GetLanguageEnabled("Fortran")) { in GetCBCompilerId()
H A DcmLinkLineDeviceComputer.cxx168 if (!target.GetGlobalGenerator()->GetLanguageEnabled("CUDA")) { in requireDeviceLinking()
H A DcmStandardLevelResolver.cxx450 if (!this->Makefile->GetGlobalGenerator()->GetLanguageEnabled(lang)) { in CheckCompileFeaturesAvailable()
535 if (!this->Makefile->GetGlobalGenerator()->GetLanguageEnabled(lang)) { in CompileFeaturesAvailable()
H A DcmGlobalGenerator.cxx334 if (!this->GetLanguageEnabled("Swift")) { in CheckTargetsForType()
363 if (!this->GetLanguageEnabled("C") && !this->GetLanguageEnabled("CXX")) { in CheckTargetsForPchCompilePdb()
722 if (!this->GetLanguageEnabled(lang)) { in EnableLanguage()
1201 bool cmGlobalGenerator::GetLanguageEnabled(const std::string& l) const in GetLanguageEnabled() function in cmGlobalGenerator
1203 return this->CMakeInstance->GetState()->GetLanguageEnabled(l); in GetLanguageEnabled()
H A DcmState.h146 bool GetLanguageEnabled(std::string const& l) const;
H A DcmExtraCodeLiteGenerator.cxx592 if (!this->GlobalGenerator->GetLanguageEnabled("CXX")) { in GetCodeLiteCompilerName()
H A DcmGlobalGenerator.h191 bool GetLanguageEnabled(const std::string&) const;
H A DcmState.cxx360 bool cmState::GetLanguageEnabled(std::string const& l) const in GetLanguageEnabled() function in cmState
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmExtraCodeBlocksGenerator.cxx643 if (this->GlobalGenerator->GetLanguageEnabled("CXX")) { in GetCBCompilerId()
645 } else if (this->GlobalGenerator->GetLanguageEnabled("C")) { in GetCBCompilerId()
647 } else if (this->GlobalGenerator->GetLanguageEnabled("Fortran")) { in GetCBCompilerId()
H A DcmLinkLineDeviceComputer.cxx168 if (!target.GetGlobalGenerator()->GetLanguageEnabled("CUDA")) { in requireDeviceLinking()
H A DcmStandardLevelResolver.cxx450 if (!this->Makefile->GetGlobalGenerator()->GetLanguageEnabled(lang)) { in CheckCompileFeaturesAvailable()
535 if (!this->Makefile->GetGlobalGenerator()->GetLanguageEnabled(lang)) { in CompileFeaturesAvailable()
H A DcmGlobalGenerator.cxx334 if (!this->GetLanguageEnabled("Swift")) { in CheckTargetsForType()
363 if (!this->GetLanguageEnabled("C") && !this->GetLanguageEnabled("CXX")) { in CheckTargetsForPchCompilePdb()
722 if (!this->GetLanguageEnabled(lang)) { in EnableLanguage()
1201 bool cmGlobalGenerator::GetLanguageEnabled(const std::string& l) const in GetLanguageEnabled() function in cmGlobalGenerator
1203 return this->CMakeInstance->GetState()->GetLanguageEnabled(l); in GetLanguageEnabled()
H A DcmState.h146 bool GetLanguageEnabled(std::string const& l) const;
H A DcmExtraCodeLiteGenerator.cxx592 if (!this->GlobalGenerator->GetLanguageEnabled("CXX")) { in GetCodeLiteCompilerName()
H A DcmGlobalGenerator.h191 bool GetLanguageEnabled(const std::string&) const;
H A DcmState.cxx360 bool cmState::GetLanguageEnabled(std::string const& l) const in GetLanguageEnabled() function in cmState

12