Home
last modified time | relevance | path

Searched refs:OmpBlockDirective (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp392 TYPE_PARSER(construct<OmpBlockDirective>(first(
408 sourced(Parser<OmpBlockDirective>{}), Parser<OmpClauseList>{})))
585 sourced("END"_tok >> Parser<OmpBlockDirective>{}),
H A Dunparse.cpp2182 void Unparse(const OmpBlockDirective &x) { in Unparse()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp505 std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in CheckSIMDNest()
568 std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in CheckTargetNest()
741 const auto &beginDir{std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in Enter()
742 const auto &endDir{std::get<parser::OmpBlockDirective>(endBlockDir.t)}; in Enter()
745 CheckMatching<parser::OmpBlockDirective>(beginDir, endDir); in Enter()
1467 const auto &dir{std::get<parser::OmpBlockDirective>(x.t)}; in Enter()
2621 std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in CheckTargetBlockOnlyTeams()
2676 std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in CheckWorkshareBlockStmts()
H A Dresolve-directives.cpp1090 const auto &beginDir{std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in Pre()
1119 const auto &beginDir{std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in Post()
H A Dresolve-names.cpp1382 const auto &beginDir{std::get<parser::OmpBlockDirective>(beginBlockDir.t)}; in NeedsScope()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3554 struct OmpBlockDirective { struct
3555 WRAPPER_CLASS_BOILERPLATE(OmpBlockDirective, llvm::omp::Directive);
3817 std::tuple<OmpBlockDirective, OmpClauseList> t;
3823 std::tuple<OmpBlockDirective, OmpClauseList> t;
H A Ddump-parse-tree.h463 NODE(parser, OmpBlockDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp667 std::get<Fortran::parser::OmpBlockDirective>(beginBlockDirective.t); in genOMP()