Searched refs:GetUBOUNDs (Results 1 – 4 of 4) sorted by relevance
90 Shape GetUBOUNDs(const NamedEntity &);91 Shape GetUBOUNDs(FoldingContext &, const NamedEntity &);
621 static Shape GetUBOUNDs(FoldingContext *context, const NamedEntity &base) { in GetUBOUNDs() function646 Shape GetUBOUNDs(FoldingContext &context, const NamedEntity &base) { in GetUBOUNDs() function647 return Fold(context, GetUBOUNDs(&context, base)); in GetUBOUNDs()650 Shape GetUBOUNDs(const NamedEntity &base) { return GetUBOUNDs(nullptr, base); } in GetUBOUNDs() function
127 return base && IsConstantExprShape(GetUBOUNDs(*base)); in operator ()()
205 Shape ubounds{GetUBOUNDs(context, *named)}; in UBOUND()