Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp232 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
443 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in CheckDoWhile() local
533 const auto &beginLoopDir{ in CheckSIMDNest() local
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
[all …]
H A Dresolve-directives.cpp1177 const auto &beginLoopDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in Pre() local
1178 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Pre()
1179 const auto &clauseList{std::get<parser::OmpClauseList>(beginLoopDir.t)}; in Pre()