Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dfolding.cpp25 Expr<SomeKind<T::category>> exprSomeKind{exprFullyTyped}; in Run() local
26 Expr<SomeType> exprSomeType{exprSomeKind}; in Run()
28 TEST(GetScalarConstantValue<T>(exprSomeKind).has_value()); in Run()