FLANG
Fortran::evaluate::Assignment Class Reference

Classes

struct  Intrinsic

Public Types

using BoundsSpec = std::vector<Expr<SubscriptInteger>>
using BoundsRemapping

Public Member Functions

 Assignment (Expr< SomeType > &&lhs, Expr< SomeType > &&rhs)
llvm::raw_ostream & AsFortran (llvm::raw_ostream &) const

Public Attributes

Expr< SomeTypelhs
Expr< SomeTyperhs
std::variant< Intrinsic, ProcedureRef, BoundsSpec, BoundsRemapping > u

Member Typedef Documentation

◆ BoundsRemapping

using Fortran::evaluate::Assignment::BoundsRemapping
Initial value:
std::vector<std::pair<Expr<SubscriptInteger>, Expr<SubscriptInteger>>>
Definition common.h:214

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