FLANG
|
Array of CHARACTER with dynamic LEN but constant origin, shape. More...
#include <flang/Lower/BoxAnalyzer.h>
Public Member Functions | |
StaticArrayDynamicChar (const Fortran::semantics::Symbol &sym, const Fortran::lower::SomeExpr &len, llvm::SmallVectorImpl< int64_t > &&lbounds, llvm::SmallVectorImpl< int64_t > &&shapes) | |
StaticArrayDynamicChar (const Fortran::semantics::Symbol &sym, llvm::SmallVectorImpl< int64_t > &&lbounds, llvm::SmallVectorImpl< int64_t > &&shapes) | |
![]() | |
ScalarDynamicChar (const Fortran::semantics::Symbol &sym, const Fortran::lower::SomeExpr &len) | |
ScalarDynamicChar (const Fortran::semantics::Symbol &sym) | |
std::optional< Fortran::lower::SomeExpr > | charLen () const |
![]() | |
ScalarSym (const Fortran::semantics::Symbol &sym) | |
ScalarSym & | operator= (const ScalarSym &)=default |
const Fortran::semantics::Symbol & | symbol () const |
![]() | |
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 | staticSize () |
static constexpr bool | isChar () |
![]() | |
static constexpr bool | staticSize () |
static constexpr bool | isChar () |
static constexpr bool | isArray () |
![]() | |
static constexpr bool | staticSize () |
static constexpr bool | isArray () |
Additional Inherited Members | |
![]() | |
llvm::SmallVector< int64_t > | lbounds |
llvm::SmallVector< int64_t > | shapes |
Array of CHARACTER with dynamic LEN but constant origin, shape.