Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp812 std::visit([](const auto &ckExpr) { return ckExpr.LEN().value(); }, in Analyze()
822 [&](auto &&ckExpr) -> MaybeExpr { in Analyze() argument
823 using Result = ResultType<decltype(ckExpr)>; in Analyze()
824 auto *cp{std::get_if<Constant<Result>>(&ckExpr.u)}; in Analyze()