Searched refs:beginDir (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-omp-structure.cpp | 388 PushContextAndClauseSets(beginDir.source, beginDir.v); in Enter() 412 CheckNoBranching(doBlock, beginDir.v, beginDir.source); in Enter() 420 HasInvalidTeamsNesting(beginDir.v, beginDir.source); in Enter() 747 PushContextAndClauseSets(beginDir.source, beginDir.v); in Enter() 754 HasInvalidTeamsNesting(beginDir.v, beginDir.source); in Enter() 780 CheckNoBranching(block, beginDir.v, beginDir.source); in Enter() 782 switch (beginDir.v) { in Enter() 914 const auto &beginDir{ in Enter() local 919 PushContextAndClauseSets(beginDir.source, beginDir.v); in Enter() 923 beginDir.v, beginDir.source); in Enter() [all …]
|
| H A D | canonicalize-acc.cpp | 124 auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in RewriteOpenACCLoopConstruct() local 125 auto &dir{std::get<parser::AccLoopDirective>(beginDir.t)}; in RewriteOpenACCLoopConstruct() 170 auto &beginDir{std::get<parser::AccBeginCombinedDirective>(x.t)}; in RewriteOpenACCCombinedConstruct() local 171 auto &dir{std::get<parser::AccCombinedDirective>(beginDir.t)}; in RewriteOpenACCCombinedConstruct()
|
| H A D | canonicalize-omp.cpp | 76 auto &beginDir{std::get<parser::OmpBeginLoopDirective>(x.t)}; in RewriteOpenMPLoopConstruct() local 77 auto &dir{std::get<parser::OmpLoopDirective>(beginDir.t)}; in RewriteOpenMPLoopConstruct()
|
| H A D | resolve-directives.cpp | 683 const auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in Pre() local 684 const auto &loopDir{std::get<parser::AccLoopDirective>(beginDir.t)}; in Pre() 1091 switch (beginDir.v) { in Pre() 1105 PushContext(beginDir.source, beginDir.v); in Pre() 1120 switch (beginDir.v) { in Post() 1180 switch (beginDir.v) { in Pre() 1203 PushContext(beginDir.source, beginDir.v); in Pre() 1211 if (beginDir.v == llvm::omp::Directive::OMPD_do) { in Pre() 1368 const auto &beginDir{ in Pre() local 1370 switch (beginDir.v) { in Pre() [all …]
|
| H A D | check-acc-structure.cpp | 202 const auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in Enter() local 203 const auto &loopDir{std::get<parser::AccLoopDirective>(beginDir.t)}; in Enter() 208 const auto &beginDir{std::get<parser::AccBeginLoopDirective>(x.t)}; in Leave() local 209 const auto &loopDir{std::get<parser::AccLoopDirective>(beginDir.t)}; in Leave()
|
| H A D | check-directive-structure.h | 319 template <typename B> void CheckMatching(const B &beginDir, const B &endDir) { in CheckMatching() argument 320 const auto &begin{beginDir.v}; in CheckMatching() 323 SayNotMatching(beginDir.source, endDir.source); in CheckMatching()
|
| H A D | resolve-names.cpp | 1284 const auto &beginDir{std::get<parser::AccBlockDirective>(beginBlockDir.t)}; in NeedsScope() local 1285 switch (beginDir.v) { in NeedsScope() 1382 const auto &beginDir{std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in NeedsScope() local 1383 switch (beginDir.v) { in NeedsScope()
|