FLANG
Fortran::evaluate::GetLowerBoundHelper< RESULT, LBOUND_SEMANTICS > Class Template Reference
Inheritance diagram for Fortran::evaluate::GetLowerBoundHelper< RESULT, LBOUND_SEMANTICS >:
Fortran::evaluate::Traverse< GetLowerBoundHelper< RESULT, LBOUND_SEMANTICS >, RESULT >

Public Types

using Result = RESULT
using Base = Traverse<GetLowerBoundHelper, RESULT>

Public Member Functions

 GetLowerBoundHelper (int d, FoldingContext *context, bool invariantOnly)
Result GetLowerBound (const Symbol &symbol0, NamedEntity &&base) const
Result operator() (const Symbol &symbol) const
Result operator() (const Component &component) const
template<typename T>
Result operator() (const Expr< T > &expr) const
RESULT operator() (const common::Indirection< A, C > &x) const
RESULT operator() (const common::ForwardOwningPointer< A > &p) const
RESULT operator() (const SymbolRef x) const
RESULT operator() (const std::unique_ptr< A > &x) const
RESULT operator() (const std::shared_ptr< A > &x) const
RESULT operator() (const A *x) const
RESULT operator() (const std::optional< A > &x) const
RESULT operator() (const std::variant< As... > &u) const
RESULT operator() (const std::vector< A > &x) const
RESULT operator() (const std::pair< A, B > &x) const
RESULT operator() (const BOZLiteralConstant &) const
RESULT operator() (const NullPointer &) const
RESULT operator() (const Constant< T > &x) const
RESULT operator() (const StaticDataObject &) const
RESULT operator() (const ImpliedDoIndex &) const
RESULT operator() (const BaseObject &x) const
RESULT operator() (const NamedEntity &x) const
RESULT operator() (const TypeParamInquiry &x) const
RESULT operator() (const Triplet &x) const
RESULT operator() (const Subscript &x) const
RESULT operator() (const ArrayRef &x) const
RESULT operator() (const CoarrayRef &x) const
RESULT operator() (const DataRef &x) const
RESULT operator() (const Substring &x) const
RESULT operator() (const ComplexPart &x) const
RESULT operator() (const Designator< T > &x) const
RESULT operator() (const DescriptorInquiry &x) const
RESULT operator() (const SpecificIntrinsic &) const
RESULT operator() (const ProcedureDesignator &x) const
RESULT operator() (const ActualArgument &x) const
RESULT operator() (const ProcedureRef &x) const
RESULT operator() (const FunctionRef< T > &x) const
RESULT operator() (const ArrayConstructorValue< T > &x) const
RESULT operator() (const ArrayConstructorValues< T > &x) const
RESULT operator() (const ImpliedDo< T > &x) const
RESULT operator() (const semantics::ParamValue &x) const
RESULT operator() (const semantics::DerivedTypeSpec::ParameterMapType::value_type &x) const
RESULT operator() (const semantics::DerivedTypeSpec::ParameterMapType &x) const
RESULT operator() (const semantics::DerivedTypeSpec &x) const
RESULT operator() (const StructureConstructorValues::value_type &x) const
RESULT operator() (const StructureConstructorValues &x) const
RESULT operator() (const StructureConstructor &x) const
RESULT operator() (const Operation< D, R, Os... > &op) const
RESULT operator() (const Relational< SomeType > &x) const
RESULT operator() (const Assignment &x) const
RESULT operator() (const Assignment::Intrinsic &) const
RESULT operator() (const GenericExprWrapper &x) const
RESULT operator() (const GenericAssignmentWrapper &x) const
Public Member Functions inherited from Fortran::evaluate::Traverse< GetLowerBoundHelper< RESULT, LBOUND_SEMANTICS >, RESULT >
 Traverse (GetLowerBoundHelper< RESULT, LBOUND_SEMANTICS > &v)
RESULT operator() (const common::Indirection< A, C > &x) const

Static Public Member Functions

static Result Default ()
static Result Combine (Result &&, Result &&)

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