Home
last modified time | relevance | path

Searched refs:endDir (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcanonicalize-omp.cpp37 } else if (auto *endDir{ in Post() local
40 auto &dir{std::get<parser::OmpLoopDirective>(endDir->t)}; in Post()
89 if (auto *endDir{ in RewriteOpenMPLoopConstruct() local
92 std::move(*endDir); in RewriteOpenMPLoopConstruct()
Dcanonicalize-acc.cpp39 } else if (auto *endDir{ in Post() local
42 messages_.Say(endDir->v.source, in Post()
45 parser::ToUpperCaseLetters(endDir->v.source.ToString())); in Post()
181 if (auto *endDir{ in RewriteOpenACCCombinedConstruct() local
184 std::move(*endDir); in RewriteOpenACCCombinedConstruct()
Dcheck-omp-structure.cpp65 const auto &endDir{ in Enter() local
68 CheckMatching<parser::OmpLoopDirective>(beginDir, endDir); in Enter()
122 const auto &endDir{std::get<parser::OmpBlockDirective>(endBlockDir.t)}; in Enter() local
125 CheckMatching<parser::OmpBlockDirective>(beginDir, endDir); in Enter()
148 const auto &endDir{std::get<parser::OmpSectionsDirective>(endSectionsDir.t)}; in Enter() local
149 CheckMatching<parser::OmpSectionsDirective>(beginDir, endDir); in Enter()
Dcheck-directive-structure.h222 template <typename B> void CheckMatching(const B &beginDir, const B &endDir) { in CheckMatching() argument
224 const auto &end{endDir.v}; in CheckMatching()
226 SayNotMatching(beginDir.source, endDir.source); in CheckMatching()
/external/perfetto/ui/src/frontend/
Dflow_events_renderer.ts197 let endDir: LineDirection = 'RIGHT';
202 endDir = endYConnection.y > beginYConnection.y ? 'DOWN' : 'UP';
213 dir: endDir