FLANG
Public Types | Public Member Functions | Public Attributes | List of all members
Fortran::evaluate::Relational< T > Class Template Reference
Inheritance diagram for Fortran::evaluate::Relational< T >:
Fortran::evaluate::Operation< Relational< T >, LogicalResult, T, T >

Public Types

using Result = LogicalResult
 
using Base = Operation< Relational, LogicalResult, T, T >
 
using Operand = typename Base::template Operand< 0 >
 
- Public Types inherited from Fortran::evaluate::Operation< Relational< T >, LogicalResult, T, T >
using Derived = Relational< T >
 
using Result = LogicalResult
 
using Operand = std::tuple_element_t< J, OperandTypes >
 

Public Member Functions

 Relational (RelationalOperator r, const Expr< Operand > &a, const Expr< Operand > &b)
 
 Relational (RelationalOperator r, Expr< Operand > &&a, Expr< Operand > &&b)
 
bool operator== (const Relational &) const
 
- Public Member Functions inherited from Fortran::evaluate::Operation< Relational< T >, LogicalResult, T, T >
 Operation (const Expr< OPERANDS > &...x)
 
 Operation (Expr< OPERANDS > &&...x)
 
Derivedderived ()
 
const Derivedderived () const
 
Expr< Operand< J > > & operand ()
 
const Expr< Operand< J > > & operand () const
 
Expr< Operand< 0 > > & left ()
 
const Expr< Operand< 0 > > & left () const
 
std::conditional_t<(operands > 1), Expr< Operand< 1 > > &, void > right ()
 
std::conditional_t<(operands > 1), const Expr< Operand< 1 > > &, void > right () const
 
int Rank () const
 
bool operator== (const Operation &that) const
 
llvm::raw_ostream & AsFortran (llvm::raw_ostream &) const
 

Public Attributes

RelationalOperator opr
 

Additional Inherited Members

- Static Public Member Functions inherited from Fortran::evaluate::Operation< Relational< T >, LogicalResult, T, T >
static constexpr std::conditional_t< Result::category !=TypeCategory::Derived, std::optional< DynamicType >, void > GetType ()
 
static constexpr int Corank ()
 
- Static Public Attributes inherited from Fortran::evaluate::Operation< Relational< T >, LogicalResult, T, T >
static constexpr std::size_t operands
 

The documentation for this class was generated from the following files: