Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp2501 const auto &strideExpr{std::get<2>(triplet->t)}; in CheckArraySection() local
2502 if (strideExpr) { in CheckArraySection()
2509 const auto stride{GetIntValue(strideExpr)}; in CheckArraySection()