Searched refs:OmpLoopDirective (Results 1 – 8 of 8) sorted by relevance
40 auto &dir{std::get<parser::OmpLoopDirective>(endDir->t)}; in Post()77 auto &dir{std::get<parser::OmpLoopDirective>(beginDir.t)}; in RewriteOpenMPLoopConstruct()
233 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in HasInvalidDistributeNesting()377 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Enter()383 std::get<parser::OmpLoopDirective>(endLoopDir.value().t)}; in Enter()385 CheckMatching<parser::OmpLoopDirective>(beginDir, endDir); in Enter()444 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in CheckDoWhile()536 std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in CheckSIMDNest()723 const auto &dir{std::get<parser::OmpLoopDirective>(x.t)}; in Enter()2684 std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in CheckWorkshareBlockStmts()
1178 const auto &beginDir{std::get<parser::OmpLoopDirective>(beginLoopDir.t)}; in Pre()
285 TYPE_PARSER(sourced(construct<OmpLoopDirective>(first(321 sourced(Parser<OmpLoopDirective>{}), Parser<OmpClauseList>{})))591 sourced("END"_tok >> Parser<OmpLoopDirective>{}),
2081 void Unparse(const OmpLoopDirective &x) { in Unparse()2477 Walk(std::get<OmpLoopDirective>(x.t)); in Unparse()
3748 struct OmpLoopDirective { struct3749 WRAPPER_CLASS_BOILERPLATE(OmpLoopDirective, llvm::omp::Directive);3805 std::tuple<OmpLoopDirective, OmpClauseList> t;3811 std::tuple<OmpLoopDirective, OmpClauseList> t;
504 NODE(parser, OmpLoopDirective) in NODE()
915 std::get<Fortran::parser::OmpLoopDirective>( in genOMP()