Searched refs:MakeNumericType (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | semantics.cpp | 205 const DeclTypeSpec &SemanticsContext::MakeNumericType( in MakeNumericType() function in Fortran::semantics::SemanticsContext 210 return globalScope_.MakeNumericType(category, KindExpr{kind}); in MakeNumericType()
|
D | resolve-names.cpp | 367 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 …]
|
D | scope.cpp | 174 const DeclTypeSpec &Scope::MakeNumericType( in MakeNumericType() function in Fortran::semantics::Scope
|
D | data-to-inits.cpp | 447 const DeclTypeSpec &typeSpec{scope.MakeNumericType( in CombineSomeEquivalencedInits()
|
D | type.cpp | 396 return scope_.MakeNumericType(intrinsic.category(), KindExpr{kind}); in InstantiateIntrinsicType()
|
D | runtime-type-info.cpp | 258 object.set_type(scope.MakeNumericType(T::category, KindExpr{T::kind})); in SaveNumericPointerTarget()
|
/external/llvm-project/flang/include/flang/Semantics/ |
D | semantics.h | 125 const DeclTypeSpec &MakeNumericType(TypeCategory, int kind = 0);
|
D | scope.h | 190 const DeclTypeSpec &MakeNumericType(TypeCategory, KindExpr &&kind);
|