Searched refs:MakeNumericType (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | scope.cpp | 174 const DeclTypeSpec &Scope::MakeNumericType( in MakeNumericType() function in Fortran::semantics::Scope 216 return &MakeNumericType(dyType->category(), KindExpr{dyType->kind()}); in GetType()
|
| H A D | semantics.cpp | 302 const DeclTypeSpec &SemanticsContext::MakeNumericType( in MakeNumericType() function in Fortran::semantics::SemanticsContext 307 return globalScope_.MakeNumericType(category, KindExpr{kind}); in MakeNumericType()
|
| H A D | resolve-names.cpp | 370 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 D | type.cpp | 534 return scope_.MakeNumericType(intrinsic.category(), KindExpr{kind}); in InstantiateIntrinsicType()
|
| H A D | data-to-inits.cpp | 762 const DeclTypeSpec &typeSpec{scope.MakeNumericType( in CombineEquivalencedInitialization()
|
| H A D | runtime-type-info.cpp | 273 object.set_type(scope.MakeNumericType(T::category, KindExpr{T::kind})); in SaveNumericPointerTarget()
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | semantics.h | 148 const DeclTypeSpec &MakeNumericType(TypeCategory, int kind = 0);
|
| H A D | scope.h | 206 const DeclTypeSpec &MakeNumericType(TypeCategory, KindExpr &&kind);
|