Searched refs:exprFullyTyped (Results 1 – 1 of 1) sorted by relevance
24 Expr<T> exprFullyTyped{Constant<T>{Scalar<T>{}}}; in Run() local25 Expr<SomeKind<T::category>> exprSomeKind{exprFullyTyped}; in Run()27 TEST(GetScalarConstantValue<T>(exprFullyTyped).has_value()); in Run()