Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dcheck-expression.cpp556 } else if (auto rank{CheckSubscripts(x.subscript())}) { in operator ()()
564 return CheckSubscripts(x.subscript()).has_value(); in operator ()()
589 static std::optional<int> CheckSubscripts( in CheckSubscripts() function in Fortran::evaluate::IsSimplyContiguousHelper