Home
last modified time | relevance | path

Searched refs:TypeParameterValue (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Ddescriptor.h32 using TypeParameterValue = std::int64_t; variable
106 typeInfo::TypeParameterValue LenParameterValue(int which) const { in LenParameterValue()
112 std::max(lenParameters - 1, 0) * sizeof(typeInfo::TypeParameterValue); in SizeInBytes()
116 void SetLenParameterValue(int which, typeInfo::TypeParameterValue x) { in SetLenParameterValue()
124 typeInfo::TypeParameterValue len_[1]; // must be the last component
/llvm-project-15.0.7/flang/runtime/
H A Dtype-info.h42 std::optional<TypeParameterValue> GetValue(const Descriptor *) const;
48 TypeParameterValue value_{0};
H A Dtype-info.cpp15 std::optional<TypeParameterValue> Value::GetValue( in GetValue()
59 TypeParameterValue lb{ in GetElements()
61 TypeParameterValue ub{ in GetElements()
H A Dderived.cpp61 typeInfo::TypeParameterValue lb{ in Initialize()
63 typeInfo::TypeParameterValue ub{ in Initialize()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DDescriptorModel.h132 return getModel<Fortran::runtime::typeInfo::TypeParameterValue>(); in getExtendedDescFieldTypeModel()
H A DTypeConverter.h82 return getModel<Fortran::runtime::typeInfo::TypeParameterValue>()( in LLVMTypeConverter()