|
FLANG
|
Array of CHARACTER with constant LEN but dynamic origin, shape. More...
#include <flang/Lower/BoxAnalyzer.h>
Public Member Functions | |
| DynamicArrayStaticChar (const Fortran::semantics::Symbol &sym, int64_t len, llvm::SmallVectorImpl< const Fortran::semantics::ShapeSpec * > &&bounds) | |
| Public Member Functions inherited from Fortran::lower::details::ScalarStaticChar | |
| ScalarStaticChar (const Fortran::semantics::Symbol &sym, int64_t len) | |
| int64_t | charLen () const |
| Public Member Functions inherited from Fortran::lower::details::ScalarSym | |
| ScalarSym (const Fortran::semantics::Symbol &sym) | |
| ScalarSym & | operator= (const ScalarSym &)=default |
| const Fortran::semantics::Symbol & | symbol () const |
| Public Member Functions inherited from Fortran::lower::details::DynamicBound | |
| DynamicBound (llvm::SmallVectorImpl< const Fortran::semantics::ShapeSpec * > &&bounds) | |
| bool | lboundAllOnes () const |
Static Public Member Functions | |
| static constexpr bool | staticSize () |
| Static Public Member Functions inherited from Fortran::lower::details::ScalarStaticChar | |
| static constexpr bool | isChar () |
| Static Public Member Functions inherited from Fortran::lower::details::ScalarSym | |
| static constexpr bool | staticSize () |
| static constexpr bool | isChar () |
| static constexpr bool | isArray () |
| Static Public Member Functions inherited from Fortran::lower::details::DynamicBound | |
| static constexpr bool | staticSize () |
| static constexpr bool | isArray () |
Additional Inherited Members | |
| Public Attributes inherited from Fortran::lower::details::DynamicBound | |
| llvm::SmallVector< const Fortran::semantics::ShapeSpec * > | bounds |
Array of CHARACTER with constant LEN but dynamic origin, shape.