Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dshape.h67 Shape GetUpperBounds(FoldingContext &, const NamedEntity &);
/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp368 Shape GetUpperBounds(FoldingContext &context, const NamedEntity &base) { in GetUpperBounds() function
Dfold-integer.cpp104 Shape ubounds{GetUpperBounds(context, *named)}; in UBOUND()