Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DVectorSubscripts.cpp54 using ExprVariant = decltype(Fortran::evaluate::Expr<T>::u); in genDesignator() typedef
56 if constexpr (Fortran::common::HasMember<Designator, ExprVariant>) { in genDesignator()
H A DConvertExpr.cpp361 using ExprVariant = decltype(Fortran::evaluate::Expr<T>::u); in isParenthesizedVariable() typedef
363 if constexpr (Fortran::common::HasMember<Parentheses, ExprVariant>) { in isParenthesizedVariable()