Home
last modified time | relevance | path

Searched defs:languageFeatures (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/unittests/Evaluate/
H A Dexpression.cpp25 Fortran::common::LanguageFeatureControl languageFeatures; in main() local
H A Dfolding.cpp52 Fortran::common::LanguageFeatureControl languageFeatures; in TestHostRuntimeSubnormalFlushing() local
H A Dintrinsics.cpp108 common::LanguageFeatureControl languageFeatures; in DoCall() local
/llvm-project/flang/include/flang/Lower/
H A DBridge.h67 create(mlir::MLIRContext & ctx,Fortran::semantics::SemanticsContext & semanticsContext,const Fortran::common::IntrinsicTypeDefaultKinds & defaultKinds,const Fortran::evaluate::IntrinsicProcTable & intrinsics,const Fortran::evaluate::TargetCharacteristics & targetCharacteristics,const Fortran::parser::AllCookedSources & allCooked,llvm::StringRef triple,fir::KindMapping & kindMap,const Fortran::lower::LoweringOptions & loweringOptions,const std::vector<Fortran::lower::EnvironmentDefault> & envDefaults,const Fortran::common::LanguageFeatureControl & languageFeatures,const llvm::TargetMachine & targetMachine) create() argument
167 const Fortran::common::LanguageFeatureControl &languageFeatures; global() variable
/llvm-project/flang/include/flang/Semantics/
H A Dsemantics.h74 const common::LanguageFeatureControl &languageFeatures() const { languageFeatures() function
/llvm-project/flang/lib/Semantics/
H A Dsemantics.cpp309 SemanticsContext(const common::IntrinsicTypeDefaultKinds & defaultKinds,const common::LanguageFeatureControl & languageFeatures,parser::AllCookedSources & allCookedSources) SemanticsContext() argument
/llvm-project/flang/lib/Lower/
H A DBridge.cpp6020 LoweringBridge(mlir::MLIRContext & context,Fortran::semantics::SemanticsContext & semanticsContext,const Fortran::common::IntrinsicTypeDefaultKinds & defaultKinds,const Fortran::evaluate::IntrinsicProcTable & intrinsics,const Fortran::evaluate::TargetCharacteristics & targetCharacteristics,const Fortran::parser::AllCookedSources & cooked,llvm::StringRef triple,fir::KindMapping & kindMap,const Fortran::lower::LoweringOptions & loweringOptions,const std::vector<Fortran::lower::EnvironmentDefault> & envDefaults,const Fortran::common::LanguageFeatureControl & languageFeatures,const llvm::TargetMachine & targetMachine) LoweringBridge() argument