Home
last modified time | relevance | path

Searched refs:MakeNumericType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp174 const DeclTypeSpec &Scope::MakeNumericType( in MakeNumericType() function in Fortran::semantics::Scope
216 return &MakeNumericType(dyType->category(), KindExpr{dyType->kind()}); in GetType()
H A Dsemantics.cpp302 const DeclTypeSpec &SemanticsContext::MakeNumericType( in MakeNumericType() function in Fortran::semantics::SemanticsContext
307 return globalScope_.MakeNumericType(category, KindExpr{kind}); in MakeNumericType()
H A Dresolve-names.cpp370 void MakeNumericType(TypeCategory, int kind);
649 const DeclTypeSpec &MakeNumericType(
1560 return &context_.MakeNumericType(TypeCategory::Integer); in GetType()
1562 return &context_.MakeNumericType(TypeCategory::Real); in GetType()
1828 SetDeclTypeSpec(context().MakeNumericType(category, kind)); in MakeNumericType()
2500 const DeclTypeSpec &ScopeHandler::MakeNumericType( in MakeNumericType() function in Fortran::semantics::ScopeHandler
4019 symbol->SetType(context().MakeNumericType( in Pre()
4302 SetDeclTypeSpec(MakeNumericType(TypeCategory::Integer, x.v)); in Post()
4305 SetDeclTypeSpec(MakeNumericType(TypeCategory::Real, x.kind)); in Post()
4308 SetDeclTypeSpec(MakeNumericType(TypeCategory::Complex, x.kind)); in Post()
[all …]
H A Dtype.cpp534 return scope_.MakeNumericType(intrinsic.category(), KindExpr{kind}); in InstantiateIntrinsicType()
H A Ddata-to-inits.cpp762 const DeclTypeSpec &typeSpec{scope.MakeNumericType( in CombineEquivalencedInitialization()
H A Druntime-type-info.cpp273 object.set_type(scope.MakeNumericType(T::category, KindExpr{T::kind})); in SaveNumericPointerTarget()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h148 const DeclTypeSpec &MakeNumericType(TypeCategory, int kind = 0);
H A Dscope.h206 const DeclTypeSpec &MakeNumericType(TypeCategory, KindExpr &&kind);