Searched refs:IsSimplyContiguous (Results 1 – 8 of 8) sorted by relevance
97 template <typename A> bool IsSimplyContiguous(const A &, FoldingContext &);98 extern template bool IsSimplyContiguous(
796 bool IsSimplyContiguous(const A &x, FoldingContext &context) { in IsSimplyContiguous() function805 template bool IsSimplyContiguous(const Expr<SomeType> &, FoldingContext &);
181 if (IsSimplyContiguous(*expr, context)) { in FoldIntrinsicFunction()
370 !evaluate::IsSimplyContiguous(rhs, context)) { in CheckPointerBounds()
408 bool actualIsContiguous{IsSimplyContiguous(actual, context)}; in CheckExplicitDataArg()
256 !IsSimplyContiguous(*expr, context_.foldingContext())) { in Enter()
422 sym.Rank() == 0 || Fortran::evaluate::IsSimplyContiguous( in canReadCapturedBoxValue()
2952 (byValue || (isArray && !Fortran::evaluate::IsSimplyContiguous( in prepareActualToBaseAddressLike()