Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dexpr-parsers.cpp347 constexpr EquivOperand equivOperand; variable
357 std::optional<Expr> result{equivOperand.Parse(state)}; in Parse()
366 auto more{attempt(sourced(".EQV." >> applyLambda(eqv, equivOperand) || in Parse()
371 applyLambda(neqv, equivOperand)))}; in Parse()