Home
last modified time | relevance | path

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

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