Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dsemantics.cpp205 const DeclTypeSpec &SemanticsContext::MakeNumericType( in MakeNumericType() function in Fortran::semantics::SemanticsContext
210 return globalScope_.MakeNumericType(category, KindExpr{kind}); in MakeNumericType()
Dresolve-names.cpp367 void MakeNumericType(TypeCategory, int kind);
587 const DeclTypeSpec &MakeNumericType(
1403 return &context_.MakeNumericType(TypeCategory::Integer); in GetType()
1405 return &context_.MakeNumericType(TypeCategory::Real); in GetType()
1641 MakeNumericType(TypeCategory::Real, context().doublePrecisionKind()); in Post()
1645 MakeNumericType(TypeCategory::Complex, context().doublePrecisionKind()); in Post()
1647 void DeclTypeSpecVisitor::MakeNumericType(TypeCategory category, int kind) { in MakeNumericType() function in Fortran::semantics::DeclTypeSpecVisitor
1648 SetDeclTypeSpec(context().MakeNumericType(category, kind)); in MakeNumericType()
2177 const DeclTypeSpec &ScopeHandler::MakeNumericType( in MakeNumericType() function in Fortran::semantics::ScopeHandler
2181 return context().MakeNumericType(category, static_cast<int>(*known)); in MakeNumericType()
[all …]
Dscope.cpp174 const DeclTypeSpec &Scope::MakeNumericType( in MakeNumericType() function in Fortran::semantics::Scope
Ddata-to-inits.cpp447 const DeclTypeSpec &typeSpec{scope.MakeNumericType( in CombineSomeEquivalencedInits()
Dtype.cpp396 return scope_.MakeNumericType(intrinsic.category(), KindExpr{kind}); in InstantiateIntrinsicType()
Druntime-type-info.cpp258 object.set_type(scope.MakeNumericType(T::category, KindExpr{T::kind})); in SaveNumericPointerTarget()
/external/llvm-project/flang/include/flang/Semantics/
Dsemantics.h125 const DeclTypeSpec &MakeNumericType(TypeCategory, int kind = 0);
Dscope.h190 const DeclTypeSpec &MakeNumericType(TypeCategory, KindExpr &&kind);