FLANG
|
Array of CHARACTER with statically known LEN, origin, and shape. More...
#include <flang/Lower/BoxAnalyzer.h>
Public Member Functions | |
StaticArrayStaticChar (const Fortran::semantics::Symbol &sym, int64_t len, llvm::SmallVectorImpl< int64_t > &&lbounds, llvm::SmallVectorImpl< int64_t > &&shapes) | |
![]() | |
ScalarStaticChar (const Fortran::semantics::Symbol &sym, int64_t len) | |
int64_t | 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 | 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 statically known LEN, origin, and shape.