Home
last modified time | relevance | path

Searched refs:GetCharLength (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtype.cpp117 std::optional<Expr<SubscriptInteger>> DynamicType::GetCharLength() const { in GetCharLength() function in Fortran::evaluate::DynamicType
152 if (auto len{GetCharLength()}) { in MeasureSizeInBytes()
H A Dvariable.cpp269 if (auto len{dyType->GetCharLength()}) { in SymbolLEN()
360 if (auto length{type->type().GetCharLength()}) { in LEN()
H A Dcharacteristics.cpp219 if (auto len{type_.GetCharLength()}) { in AcquireLEN()
H A Dtools.cpp644 if (auto length{type.GetCharLength()}) { in ConvertToType()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp222 auto lenExpr{dyType->GetCharLength()}; in GetType()
H A Dexpression.cpp60 return GetCharLength(); in LEN()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtype.h154 std::optional<Expr<SubscriptInteger>> GetCharLength() const;
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp222 dynamicType.GetCharLength()) in walkResultLengths()
801 toInt64(dynamicType.GetCharLength())) in translateDynamicType()
H A DPFTBuilder.cpp1836 dynamicType->GetCharLength()) in visitSymbol()
H A DConvertExpr.cpp917 if (const auto &lengthExpr = resultType.GetCharLength()) { in genval()