Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-integer.cpp961 if (const auto *chCon{UnwrapExpr<Constant<TypeOf<std::string>>>(args[0])}) { in FoldIntrinsicFunction() local
962 if (std::optional<std::string> value{chCon->GetScalarValue()}) { in FoldIntrinsicFunction()