Searched refs:GetUBOUND (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | shape.cpp | 488 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 D | fold-integer.cpp | 201 } else if (auto ub{GetUBOUND(context, *named, *dim)}) { in UBOUND()
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | shape.h | 81 MaybeExtentExpr GetUBOUND(const NamedEntity &, int dimension); 82 MaybeExtentExpr GetUBOUND(FoldingContext &, const NamedEntity &, int dimension);
|