Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp620 if (const auto *orderedClause{ in GetOrdCollapseLevel() local
622 if (const auto v{GetIntValue(orderedClause->v)}) { in GetOrdCollapseLevel()
859 const auto &orderedClause{ in ChecksOnOrderedAsBlock() local
861 const auto orderedValue{GetIntValue(orderedClause.v)}; in ChecksOnOrderedAsBlock()
1200 const auto &orderedClause{ in ChecksOnOrderedAsStandalone() local
1202 const auto orderedValue{GetIntValue(orderedClause.v)}; in ChecksOnOrderedAsStandalone()
1691 const auto &orderedClause{ in Leave() local
1694 if (orderedClause.v) { in Leave()
1702 if (const auto orderedValue{GetIntValue(orderedClause.v)}) { in Leave()
H A Dresolve-directives.cpp1290 if (const auto *orderedClause{ in GetAssociatedLoopLevelFromClauses() local
1292 if (const auto v{EvaluateInt64(context_, orderedClause->v)}) { in GetAssociatedLoopLevelFromClauses()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1067 if (const auto &orderedClause = in genOMP() local
1069 if (orderedClause->v.has_value()) { in genOMP()
1070 const auto *expr = Fortran::semantics::GetExpr(orderedClause->v); in genOMP()