|
| Constant (const StructureConstructor &) |
|
| Constant (StructureConstructor &&) |
|
| Constant (const semantics::DerivedTypeSpec &, std::vector< StructureConstructorValues > &&, ConstantSubscripts &&) |
|
| Constant (const semantics::DerivedTypeSpec &, std::vector< StructureConstructor > &&, ConstantSubscripts &&) |
|
std::optional< StructureConstructor > | GetScalarValue () const |
|
StructureConstructor | At (const ConstantSubscripts &) const |
|
bool | operator== (const Constant &) const |
|
Constant | Reshape (ConstantSubscripts &&) const |
|
std::size_t | CopyFrom (const Constant &source, std::size_t count, ConstantSubscripts &resultSubscripts, const std::vector< int > *dimOrder) |
|
| ConstantBase (const A &x, Result res=Result{}) |
|
| ConstantBase (StructureConstructorValues &&x, Result res=Result{}) |
|
| ConstantBase (std::vector< Element > &&, ConstantSubscripts &&, Result=Result{}) |
|
bool | operator== (const ConstantBase &) const |
|
bool | empty () const |
|
std::size_t | size () const |
|
const std::vector< Element > & | values () const |
|
constexpr Result | result () const |
|
constexpr DynamicType | GetType () const |
|
llvm::raw_ostream & | AsFortran (llvm::raw_ostream &) const |
|
| ConstantBounds (const ConstantSubscripts &shape) |
|
| ConstantBounds (ConstantSubscripts &&shape) |
|
const ConstantSubscripts & | shape () const |
|
int | Rank () const |
|
Constant< SubscriptInteger > | SHAPE () const |
|
const ConstantSubscripts & | lbounds () const |
|
ConstantSubscripts | ComputeUbounds (std::optional< int > dim) const |
|
void | set_lbounds (ConstantSubscripts &&) |
|
void | SetLowerBoundsToOne () |
|
bool | HasNonDefaultLowerBound () const |
|
bool | IncrementSubscripts (ConstantSubscripts &, const std::vector< int > *dimOrder=nullptr) const |
|