Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dexpr-parsers.cpp322 constexpr OrOperand orOperand; variable
331 std::optional<Expr> result{orOperand.Parse(state)}; in Parse()
338 logicalOp(".OR.", ".O.") >> applyLambda(logicalOr, orOperand)))}; in Parse()