Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dtools.h191 const A &, bool intoSubstring) { in ExtractDataRef() argument
196 const Designator<T> &d, bool intoSubstring = false) {
203 if (intoSubstring) {
213 const Expr<T> &expr, bool intoSubstring = false) {
215 [=](const auto &x) { return ExtractDataRef(x, intoSubstring); }, expr.u);
219 const std::optional<A> &x, bool intoSubstring = false) {
221 return ExtractDataRef(*x, intoSubstring);
230 bool IsArrayElement(const Expr<T> &expr, bool intoSubstring = false) {
231 if (auto dataRef{ExtractDataRef(expr, intoSubstring)}) {