|
using | Result = Type<TypeCategory::Logical, KIND> |
using | Operand = Result |
using | Base = Operation<LogicalOperation, Result, Operand, Operand> |
using | Derived |
using | Result |
using | Operand |
|
| LogicalOperation (LogicalOperator opr, const Expr< Operand > &x, const Expr< Operand > &y) |
| LogicalOperation (LogicalOperator opr, Expr< Operand > &&x, Expr< Operand > &&y) |
bool | operator== (const LogicalOperation &) const |
| Operation (const Expr< OPERANDS > &...x) |
Derived & | derived () |
Expr< Operand< J > > & | operand () |
Expr< Operand< 0 > > & | left () |
std::conditional_t<(operands > 1), Expr< Operand< 1 > > &, void > | right () |
int | Rank () const |
bool | operator== (const Operation &that) const |
llvm::raw_ostream & | AsFortran (llvm::raw_ostream &) const |
|
LogicalOperator | logicalOperator |
|
static constexpr std::conditional_t< Result::category !=TypeCategory::Derived, std::optional< DynamicType >, void > | GetType () |
static constexpr int | Corank () |
static constexpr std::size_t | operands |
The documentation for this struct was generated from the following files:
- include/flang/Evaluate/expression.h
- lib/Evaluate/expression.cpp