Home
last modified time | relevance | path

Searched refs:GetLowerBounds (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/flang/runtime/
Ddescriptor-io.h39 descriptor.GetLowerBounds(subscripts); in FormattedIntegerIO()
69 descriptor.GetLowerBounds(subscripts); in FormattedRealIO()
99 descriptor.GetLowerBounds(subscripts); in FormattedComplexIO()
143 descriptor.GetLowerBounds(subscripts); in FormattedCharacterIO()
180 descriptor.GetLowerBounds(subscripts); in FormattedLogicalIO()
227 descriptor.GetLowerBounds(subscripts); in DescriptorIO()
Dtransformational.cpp122 result->GetLowerBounds(resultSubscript); in RESHAPE()
124 source.GetLowerBounds(sourceSubscript); in RESHAPE()
136 pad->GetLowerBounds(padSubscript); in RESHAPE()
Ddescriptor.h235 void GetLowerBounds(SubscriptValue subscript[]) const { in GetLowerBounds() function
/external/llvm-project/flang/lib/Evaluate/
Dfold-designator.cpp62 Shape lbs{GetLowerBounds(context_, x.base())}; in FoldDesignator()
218 Shape lbs{GetLowerBounds(context, entity)}; in OffsetToArrayRef()
Dcheck-expression.cpp318 context, GetLowerBounds(context, NamedEntity{symbol}))} in NonPointerInitializationExpr()
Dshape.cpp249 Shape GetLowerBounds(FoldingContext &context, const NamedEntity &base) { in GetLowerBounds() function
Dfold-integer.cpp46 AsExtentArrayExpr(GetLowerBounds(context, *named))}) { in LBOUND()
/external/llvm-project/flang/include/flang/Evaluate/
Dshape.h66 Shape GetLowerBounds(FoldingContext &, const NamedEntity &);