FLANG
Fortran::lower::details::LBoundsAndShape Struct Reference
Inheritance diagram for Fortran::lower::details::LBoundsAndShape:
Fortran::lower::details::StaticArray Fortran::lower::details::StaticArrayDynamicChar Fortran::lower::details::StaticArrayStaticChar

Public Member Functions

 LBoundsAndShape (llvm::SmallVectorImpl< int64_t > &&lbounds, llvm::SmallVectorImpl< int64_t > &&shapes)
bool lboundAllOnes () const

Static Public Member Functions

static constexpr bool staticSize ()
static constexpr bool isArray ()

Public Attributes

llvm::SmallVector< int64_t > lbounds
llvm::SmallVector< int64_t > shapes

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