Searched refs:orderedClause (Results 1 – 3 of 3) sorted by relevance
620 if (const auto *orderedClause{ in GetOrdCollapseLevel() local622 if (const auto v{GetIntValue(orderedClause->v)}) { in GetOrdCollapseLevel()859 const auto &orderedClause{ in ChecksOnOrderedAsBlock() local861 const auto orderedValue{GetIntValue(orderedClause.v)}; in ChecksOnOrderedAsBlock()1200 const auto &orderedClause{ in ChecksOnOrderedAsStandalone() local1202 const auto orderedValue{GetIntValue(orderedClause.v)}; in ChecksOnOrderedAsStandalone()1691 const auto &orderedClause{ in Leave() local1694 if (orderedClause.v) { in Leave()1702 if (const auto orderedValue{GetIntValue(orderedClause.v)}) { in Leave()
1290 if (const auto *orderedClause{ in GetAssociatedLoopLevelFromClauses() local1292 if (const auto v{EvaluateInt64(context_, orderedClause->v)}) { in GetAssociatedLoopLevelFromClauses()
1067 if (const auto &orderedClause = in genOMP() local1069 if (orderedClause->v.has_value()) { in genOMP()1070 const auto *expr = Fortran::semantics::GetExpr(orderedClause->v); in genOMP()