Home
last modified time | relevance | path

Searched refs:GetLBOUNDs (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h88 Shape GetLBOUNDs(const NamedEntity &);
89 Shape GetLBOUNDs(FoldingContext &, const NamedEntity &);
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp382 Shape GetLBOUNDs(const NamedEntity &base) { in GetLBOUNDs() function
391 Shape GetLBOUNDs(FoldingContext &context, const NamedEntity &base) { in GetLBOUNDs() function
H A Dfold-designator.cpp53 Shape lbs{GetLBOUNDs(context_, x.base())}; in FoldDesignator()
H A Dcheck-expression.cpp124 return base && IsConstantExprShape(GetLBOUNDs(*base)); in operator ()()
H A Dfold-integer.cpp146 AsExtentArrayExpr(GetLBOUNDs(context, *named))}) { in LBOUND()