Searched defs:languageFeatures (Results 1 – 7 of 7) sorted by relevance
/llvm-project/flang/unittests/Evaluate/ |
H A D | expression.cpp | 25 Fortran::common::LanguageFeatureControl languageFeatures; in main() local
|
H A D | folding.cpp | 52 Fortran::common::LanguageFeatureControl languageFeatures; in TestHostRuntimeSubnormalFlushing() local
|
H A D | intrinsics.cpp | 108 common::LanguageFeatureControl languageFeatures; in DoCall() local
|
/llvm-project/flang/include/flang/Lower/ |
H A D | Bridge.h | 67 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 D | semantics.h | 74 const common::LanguageFeatureControl &languageFeatures() const { languageFeatures() function
|
/llvm-project/flang/lib/Semantics/ |
H A D | semantics.cpp | 309 SemanticsContext(const common::IntrinsicTypeDefaultKinds & defaultKinds,const common::LanguageFeatureControl & languageFeatures,parser::AllCookedSources & allCookedSources) SemanticsContext() argument
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 6020 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
|