Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dfolding.cpp24 Expr<T> exprFullyTyped{Constant<T>{Scalar<T>{}}}; in Run() local
25 Expr<SomeKind<T::category>> exprSomeKind{exprFullyTyped}; in Run()
27 TEST(GetScalarConstantValue<T>(exprFullyTyped).has_value()); in Run()