Searched refs:IsScopeInvariantExpr (Results 1 – 5 of 5) sorted by relevance
41 template <typename A> bool IsScopeInvariantExpr(const A &);42 extern template bool IsScopeInvariantExpr(const Expr<SomeType> &);43 extern template bool IsScopeInvariantExpr(const Expr<SomeInteger> &);44 extern template bool IsScopeInvariantExpr(const Expr<SubscriptInteger> &);
157 template <typename A> bool IsScopeInvariantExpr(const A &x) { in IsScopeInvariantExpr() function160 template bool IsScopeInvariantExpr(const Expr<SomeType> &);161 template bool IsScopeInvariantExpr(const Expr<SomeInteger> &);162 template bool IsScopeInvariantExpr(const Expr<SubscriptInteger> &);
262 ok = IsScopeInvariantExpr(*lbound); in GetLowerBound()415 } else if (lbound && ubound && IsScopeInvariantExpr(*lbound) && in GetNonNegativeExtent()416 IsScopeInvariantExpr(*ubound)) { in GetNonNegativeExtent()539 if (bound && IsScopeInvariantExpr(*bound)) { in GetRawUpperBound()568 if (ubound && IsScopeInvariantExpr(*ubound)) { in GetExplicitUBOUND()
273 IsScopeInvariantExpr(*len)) { in SymbolLEN()
803 if (IsScopeInvariantExpr(*len)) { in FoldIntrinsicFunction()