FLANG
Public Types | List of all members
Fortran::evaluate::Not< KIND > Struct Template Reference
Inheritance diagram for Fortran::evaluate::Not< KIND >:
Fortran::evaluate::Operation< Not< KIND >, Type< TypeCategory::Logical, KIND >, Type< TypeCategory::Logical, KIND > >

Public Types

using Result = Type< TypeCategory::Logical, KIND >
 
using Operand = Result
 
using Base = Operation< Not, Result, Operand >
 
- Public Types inherited from Fortran::evaluate::Operation< Not< KIND >, Type< TypeCategory::Logical, KIND >, Type< TypeCategory::Logical, KIND > >
using Derived = Not< KIND >
 
using Result = Type< TypeCategory::Logical, KIND >
 
using Operand = std::tuple_element_t< J, OperandTypes >
 

Additional Inherited Members

- Public Member Functions inherited from Fortran::evaluate::Operation< Not< KIND >, Type< TypeCategory::Logical, KIND >, Type< TypeCategory::Logical, KIND > >
 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
 
- Static Public Member Functions inherited from Fortran::evaluate::Operation< Not< KIND >, Type< TypeCategory::Logical, KIND >, Type< TypeCategory::Logical, KIND > >
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< Not< KIND >, Type< TypeCategory::Logical, KIND >, Type< TypeCategory::Logical, KIND > >
static constexpr std::size_t operands
 

The documentation for this struct was generated from the following file: