Home
last modified time | relevance | path

Searched refs:charLengthParamValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp218 if (const ParamValue * lenParam{dyType->charLengthParamValue()}) { in GetType()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtype.h143 constexpr const semantics::ParamValue *charLengthParamValue() const { in charLengthParamValue() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp837 } else if (const auto *param{type.charLengthParamValue()}) { in CanBeReturnedViaImplicitInterface()