Home
last modified time | relevance | path

Searched refs:GetUBOUND (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp488 upper = GetUBOUND(base, dimension); in GetExtent()
583 static MaybeExtentExpr GetUBOUND( in GetUBOUND() function
612 MaybeExtentExpr GetUBOUND(const NamedEntity &base, int dimension) { in GetUBOUND() function
613 return GetUBOUND(nullptr, base, dimension); in GetUBOUND()
616 MaybeExtentExpr GetUBOUND( in GetUBOUND() function
618 return Fold(context, GetUBOUND(&context, base, dimension)); in GetUBOUND()
H A Dfold-integer.cpp201 } else if (auto ub{GetUBOUND(context, *named, *dim)}) { in UBOUND()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h81 MaybeExtentExpr GetUBOUND(const NamedEntity &, int dimension);
82 MaybeExtentExpr GetUBOUND(FoldingContext &, const NamedEntity &, int dimension);