Home
last modified time | relevance | path

Searched defs:beginDir (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcanonicalize-acc.cpp122 auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in RewriteOpenACCLoopConstruct() local
168 auto &beginDir{std::get<parser::AccBeginCombinedDirective>(x.t)}; in RewriteOpenACCCombinedConstruct() local
Dcheck-acc-structure.cpp177 const auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in Enter() local
183 const auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in Leave() local
Dcanonicalize-omp.cpp76 auto &beginDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in RewriteOpenMPLoopConstruct() local
Dcheck-omp-structure.cpp60 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Enter() local
121 const auto &beginDir{std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in Enter() local
146 const auto &beginDir{ in Enter() local
Dresolve-directives.cpp444 const auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in Pre() local
754 const auto &beginDir{std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in Pre() local
782 const auto &beginDir{std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in Post() local
820 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Pre() local
982 const auto &beginDir{ in Pre() local
Dcheck-directive-structure.h222 template <typename B> void CheckMatching(const B &beginDir, const B &endDir) { in CheckMatching()
Dresolve-names.cpp1136 const auto &beginDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in NeedsScope() local
1234 const auto &beginDir{std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in NeedsScope() local