Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp1063 ParamValue GetParamValue(
4336 charInfo_.length = GetParamValue(*x.length, common::TypeParamAttr::Len); in Post()
4344 charInfo_.length = GetParamValue( in Post()
4350 charInfo_.length = GetParamValue(*param, common::TypeParamAttr::Len); in Post()
4418 ParamValue param{GetParamValue(value, common::TypeParamAttr::Kind)}; in Post()
5820 ParamValue DeclarationVisitor::GetParamValue( in GetParamValue() function in Fortran::semantics::DeclarationVisitor