Lines Matching refs:beginLoopDir
232 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in HasInvalidDistributeNesting() local
233 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in HasInvalidDistributeNesting()
376 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in Enter() local
377 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Enter()
443 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in CheckDoWhile() local
444 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in CheckDoWhile()
533 const auto &beginLoopDir{ in CheckSIMDNest() local
536 std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in CheckSIMDNest()
607 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in GetOrdCollapseLevel() local
608 const auto &clauseList{std::get<parser::OmpClauseList>(beginLoopDir.t)}; in GetOrdCollapseLevel()
645 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in CheckDistLinear() local
646 const auto &clauses{std::get<parser::OmpClauseList>(beginLoopDir.t)}; in CheckDistLinear()
2681 const auto &beginLoopDir{ in CheckWorkshareBlockStmts() local
2684 std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in CheckWorkshareBlockStmts()