Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-acc.cpp56 const auto &beginLoopDirective = std::get<D>(x.t); in CheckTileClauseRestriction() local
58 std::get<parser::AccClauseList>(beginLoopDirective.t); in CheckTileClauseRestriction()
79 messages_.Say(beginLoopDirective.source, in CheckTileClauseRestriction()
97 const auto &beginLoopDirective = std::get<D>(x.t); in CheckDoConcurrentClauseRestriction() local
99 std::get<parser::AccClauseList>(beginLoopDirective.t); in CheckDoConcurrentClauseRestriction()
103 messages_.Say(beginLoopDirective.source, in CheckDoConcurrentClauseRestriction()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp340 const auto &beginLoopDirective = in genACC() local
343 std::get<Fortran::parser::AccLoopDirective>(beginLoopDirective.t); in genACC()
347 std::get<Fortran::parser::AccClauseList>(beginLoopDirective.t); in genACC()